Remove .env file
This commit is contained in:
parent
f1fa86b03c
commit
c41f88dde5
|
@ -40,11 +40,9 @@ services:
|
||||||
com.centurylinklabs.watchtower.enable: true
|
com.centurylinklabs.watchtower.enable: true
|
||||||
|
|
||||||
histoiredunpied:
|
histoiredunpied:
|
||||||
container_name: ${NAME}
|
container_name: histoiredunpied
|
||||||
image: registry.weko.io/histoiredunpied
|
image: registry.weko.io/histoiredunpied
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
|
||||||
- TZ=${TIMEZONE}
|
|
||||||
volumes:
|
volumes:
|
||||||
- histoiredunpied-log-volume:/var/log/nginx
|
- histoiredunpied-log-volume:/var/log/nginx
|
||||||
- histoiredunpied-stats:/usr/share/nginx/html/stats
|
- histoiredunpied-stats:/usr/share/nginx/html/stats
|
||||||
|
@ -53,7 +51,7 @@ services:
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: "true"
|
traefik.enable: "true"
|
||||||
|
|
||||||
traefik.http.routers.histoiredunpied.rule: "Host(`${URL}`)"
|
traefik.http.routers.histoiredunpied.rule: "Host(`histoiredunpied.com`)"
|
||||||
traefik.http.routers.histoiredunpied.entrypoints: "web"
|
traefik.http.routers.histoiredunpied.entrypoints: "web"
|
||||||
|
|
||||||
com.centurylinklabs.watchtower.enable: true
|
com.centurylinklabs.watchtower.enable: true
|
||||||
|
|
Loading…
Reference in New Issue