From 543acaed0762cf1b3966252915f31711307c8782 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 3 Aug 2025 03:33:47 -0400 Subject: [PATCH] fix api --- tasks/api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/api.yml b/tasks/api.yml index 9fc1372..37ab329 100644 --- a/tasks/api.yml +++ b/tasks/api.yml @@ -75,4 +75,4 @@ traefik.http.routers.aapi.rule: Host(`api.alexav.gg`) traefik.http.routers.aapi.entrypoints: webSecure traefik.http.routers.aapi.tls.certresolver: letsencrypt - traefik.http.services.aapi.loadbalancer.server.port: "3000" + traefik.http.services.aapi.loadbalancer.server.url: http://api:3000