ports:
- 80:80
- 443:443
+# command:
+# - --api
+# - --api.dashboard
+# - --entrypoints.http.address=:80
+# - --entrypoints.https.address=:443
+# - --providers.docker=true
+# - --providers.file.watch=true
+# - --log.level=DEBUG
environment:
- TZ=${DOCKER_TZ}
volumes:
- ${DOCKER_CFG_DIR}/traefik/traefik.yml:/traefik.yml:ro
- - ${DOCKER_CFG_DIR}/traefik/acme.json:/acme.json
- ${DOCKER_CFG_DIR}/traefik/passwd:/passwd
+ - ${DOCKER_CFG_DIR}/traefik/acme.json:/acme.json
+ - ${DOCKER_CFG_DIR}/traefik/config:/config
+ - ${DOCKER_CFG_DIR}/traefik:/certs
+ #- /etc/letsencrypt/live/server.giorgioravera.it/fullchain.pem/:/certs/fullchain.pem
+ #- /etc/letsencrypt/live/server.giorgioravera.it/privkey.pem/:/certs/privkey.pem
- /var/run/docker.sock:/var/run/docker.sock
networks:
- proxy