This commit is contained in:
stebifan 2018-04-18 00:24:54 +02:00
parent 7fe117ba7c
commit ec361b0511
2 changed files with 10 additions and 0 deletions

View File

@ -55,6 +55,12 @@ services:
io.rancher.container.hostname_override: container_name
service: http
fetch-json:
image: hoffmannhosting/docker-meshviewer-cron
- meshviewer-data:/opt
labels:
io.rancher.container.hostname_override: container_name
letsencrypt-map:
image: janeczku/rancher-letsencrypt:v0.5.0
environment:

View File

@ -71,6 +71,10 @@ services:
- target_port: 80
hostname: ${GRAFANA_DOMAIN}
fetch-json:
scale: 1
start_on_create: true
letsencrypt-map:
scale: 1
start_on_create: true