Update instance label for traefik

This commit is contained in:
2025-07-27 18:38:44 +05:30
parent 8cfd041d22
commit 6dc0c548df
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ services:
condition: service_healthy
user: ${PUID}:${PGID}
labels:
- traefik-instance=${TRAEFIK_INSTANCE}
- traefik.enable=true
- traefik.http.routers.gitea.rule=Host(`${TRAEFIK_DOMAIN}`)
- traefik.http.routers.gitea.entrypoints=${TRAEFIK_ENTRYPOINT}

View File

@@ -28,6 +28,7 @@ services:
opengist_db:
condition: service_healthy
labels:
- traefik-instance=${TRAEFIK_INSTANCE}
- traefik.enable=true
- traefik.http.routers.opengist.rule=Host(`${TRAEFIK_DOMAIN}`)
- traefik.http.routers.opengist.entrypoints=${TRAEFIK_ENTRYPOINT}