Merge branch 'develop/traefik'

This commit is contained in:
WilliamMiceli
2018-12-18 23:43:06 -05:00

View File

@@ -25,9 +25,11 @@ services:
restart: always restart: always
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /RancherCattleConfig/${DATA_DIR}/traefik.toml:/traefik.toml - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
- /RancherCattleConfig/${DATA_DIR}/acme:/etc/traefik/acme # For Let's Encrypt certificates - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
- /RancherCattleConfig/${DATA_DIR}/logs:/external/logs - /RancherCattle/${DATA_DIR}/Configuration/traefik.toml:/traefik.toml
- /RancherCattle/${DATA_DIR}/LetsEncrypt:/etc/traefik/acme # For Let's Encrypt certificates
- /RancherCattle/${DATA_DIR}/Logs:/external/logs
networks: networks:
public-proxy: public-proxy: