Version 2 update
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
ghost:
|
version: '2'
|
||||||
image: ghost
|
|
||||||
labels:
|
services:
|
||||||
io.rancher.container.pull_image: always
|
ghost:
|
||||||
ports:
|
image: ghost:latest
|
||||||
- ${public_port}:2368
|
labels:
|
||||||
|
io.rancher.container.pull_image: always
|
||||||
|
{{- if (.Values.HOST_LABEL)}}
|
||||||
|
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
|
||||||
|
{{- end}}
|
||||||
|
ports:
|
||||||
|
- "${WEB_PORT}:2368"
|
||||||
Reference in New Issue
Block a user