This commit is contained in:
stebifan 2018-04-16 23:21:36 +02:00
parent ff9730339d
commit 7fe117ba7c

View File

@ -60,6 +60,10 @@ services:
influxdb: influxdb:
scale: 1 scale: 1
start_on_create: true start_on_create: true
redirect-https:
scale: 1
start_on_create: true
lb_config: lb_config:
port_rules: port_rules:
- target_port: 80 - target_port: 80
@ -67,10 +71,6 @@ services:
- target_port: 80 - target_port: 80
hostname: ${GRAFANA_DOMAIN} hostname: ${GRAFANA_DOMAIN}
redirect-https:
scale: 1
start_on_create: true
letsencrypt-map: letsencrypt-map:
scale: 1 scale: 1
start_on_create: true start_on_create: true