Remove .env file
This commit is contained in:
parent
f1fa86b03c
commit
c41f88dde5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue