12 lines
266 B
YAML
12 lines
266 B
YAML
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:
|
|
- "${WEB_PORT}:2368" |