Remove .env file

This commit is contained in:
Simon 2020-09-08 14:31:14 +02:00
parent f1fa86b03c
commit c41f88dde5
1 changed files with 2 additions and 4 deletions

View File

@ -40,11 +40,9 @@ services:
com.centurylinklabs.watchtower.enable: true
histoiredunpied:
container_name: ${NAME}
container_name: histoiredunpied
image: registry.weko.io/histoiredunpied
restart: always
environment:
- TZ=${TIMEZONE}
volumes:
- histoiredunpied-log-volume:/var/log/nginx
- histoiredunpied-stats:/usr/share/nginx/html/stats
@ -53,7 +51,7 @@ services:
labels:
traefik.enable: "true"
traefik.http.routers.histoiredunpied.rule: "Host(`${URL}`)"
traefik.http.routers.histoiredunpied.rule: "Host(`histoiredunpied.com`)"
traefik.http.routers.histoiredunpied.entrypoints: "web"
com.centurylinklabs.watchtower.enable: true