fix: add Traefik labels and proxy network for nexus.noveria.net routing
CI - Build & Test / Backend (.NET) (push) Successful in 30s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 17s
CI - Build & Test / Security Check (push) Successful in 2s

This commit is contained in:
2026-06-18 21:40:17 +02:00
parent 5e7d074593
commit 74ef58d274
+11 -1
View File
@@ -101,6 +101,12 @@ services:
delay: 5s
max_attempts: 3
window: 120s
labels:
- "traefik.enable=true"
- "traefik.http.routers.nexus.rule=Host(`nexus.noveria.net`)"
- "traefik.http.routers.nexus.tls=true"
- "traefik.http.routers.nexus.tls.certresolver=letsencrypt"
- "traefik.http.services.nexus.loadbalancer.server.port=80"
ports:
- "127.0.0.1:18880:80"
depends_on:
@@ -112,7 +118,9 @@ services:
timeout: 10s
retries: 3
start_period: 10s
networks: [nexus]
networks:
- nexus
- proxy
logging:
driver: "json-file"
options:
@@ -123,6 +131,8 @@ networks:
nexus:
openclaw_default:
external: true
proxy:
external: true
volumes:
nexus-postgres: