diff --git a/infra/base/infrastructure.yaml b/infra/base/infrastructure.yaml index d2dfa23..f948531 100644 --- a/infra/base/infrastructure.yaml +++ b/infra/base/infrastructure.yaml @@ -107,6 +107,7 @@ services: labels: - "traefik.enable=true" - "traefik.constraint-label=app" + - "traefik.docker.network=apa-backend" - "traefik.http.routers.authentik.rule=Host(`auth.${DOMAIN}`)" - "traefik.http.routers.authentik.entrypoints=websecure" - "traefik.http.routers.authentik.tls=true" @@ -176,6 +177,7 @@ services: labels: - "traefik.enable=true" - "traefik.constraint-label=app" + - "traefik.docker.network=apa-backend" - "traefik.http.routers.vault.rule=Host(`vault.${DOMAIN}`)" - "traefik.http.routers.vault.entrypoints=websecure" - "traefik.http.routers.vault.tls=true" @@ -216,6 +218,7 @@ services: labels: - "traefik.enable=true" - "traefik.constraint-label=app" + - "traefik.docker.network=apa-backend" - "traefik.http.routers.minio-api.rule=Host(`minio-api.${DOMAIN}`)" - "traefik.http.routers.minio-api.entrypoints=websecure" - "traefik.http.routers.minio-api.tls=true" @@ -246,6 +249,7 @@ services: labels: - "traefik.enable=true" - "traefik.constraint-label=app" + - "traefik.docker.network=apa-backend" - "traefik.http.routers.qdrant.rule=Host(`qdrant.${DOMAIN}`)" - "traefik.http.routers.qdrant.entrypoints=websecure" - "traefik.http.routers.qdrant.tls=true" @@ -275,6 +279,7 @@ services: labels: - "traefik.enable=true" - "traefik.constraint-label=app" + - "traefik.docker.network=apa-backend" - "traefik.http.routers.neo4j.rule=Host(`neo4j.${DOMAIN}`)" - "traefik.http.routers.neo4j.entrypoints=websecure" - "traefik.http.routers.neo4j.tls=true" @@ -370,6 +375,7 @@ services: labels: - "traefik.enable=true" - "traefik.constraint-label=app" + - "traefik.docker.network=apa-backend" - "traefik.http.routers.nats-monitor.rule=Host(`nats.${DOMAIN}`)" - "traefik.http.routers.nats-monitor.entrypoints=websecure" - "traefik.http.routers.nats-monitor.tls=true"