Disable trarfik

This commit is contained in:
2025-07-26 18:01:04 +05:30
parent 1258c8a6a5
commit 59b6132f03
4 changed files with 21 additions and 21 deletions

View File

@@ -3,11 +3,11 @@ services:
container_name: mazanoke
image: ghcr.io/civilblur/mazanoke:v1.1.5
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.mazanoke.rule=Host(`${TRAEFIK_DOMAIN}`)
- traefik.http.routers.mazanoke.entrypoints=${TRAEFIK_ENTRYPOINT}
- traefik.http.services.mazanoke.loadbalancer.server.port=80
# labels:
# - traefik.enable=true
# - traefik.http.routers.mazanoke.rule=Host(`${TRAEFIK_DOMAIN}`)
# - traefik.http.routers.mazanoke.entrypoints=${TRAEFIK_ENTRYPOINT}
# - traefik.http.services.mazanoke.loadbalancer.server.port=80
ports:
- ${PORT}:80
networks: