Files
Personal-Rancher-Catalog/templates/Ghost/0/docker-compose.yml
2018-08-27 17:51:01 -04:00

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"