From 74ef58d274291da5bfa28719a7ccd8019bc6a7fb Mon Sep 17 00:00:00 2001 From: DevOps Date: Thu, 18 Jun 2026 21:40:17 +0200 Subject: [PATCH] fix: add Traefik labels and proxy network for nexus.noveria.net routing --- compose.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index f6fdc79..743acbb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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: