diff --git a/docker-compose.yml b/docker-compose.yml index 76e1418..398c76c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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