Version 2 update

This commit is contained in:
WilliamMiceli
2018-08-27 17:51:01 -04:00
parent aa470d234d
commit 8786766c93

View File

@@ -1,6 +1,12 @@
ghost:
image: ghost
version: '2'
services:
ghost:
image: ghost:latest
labels:
io.rancher.container.pull_image: always
{{- if (.Values.HOST_LABEL)}}
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
{{- end}}
ports:
- ${public_port}:2368
- "${WEB_PORT}:2368"