fix: Fixed baked api url
Server Deploy / deploy (push) Successful in 7m8s

This commit is contained in:
2026-07-28 16:18:50 +01:00
parent bc6c7cdb5a
commit 5be9ddb2e5
7 changed files with 16 additions and 10 deletions
+2
View File
@@ -60,6 +60,8 @@ services:
restart: unless-stopped
ports:
- 3000:3000
environment:
API_URL: ${API_URL:-http://server:8080}
depends_on:
- server
volumes: