fixes for double nginx forward scenarios

This commit is contained in:
Your Name
2026-07-07 09:17:34 +00:00
parent 8cd54459ec
commit 9e3ee75bd4
5 changed files with 154 additions and 3 deletions
+1
View File
@@ -30,6 +30,7 @@ services:
KMTN_CORS_ORIGINS: '["http://localhost:4200", "http://localhost"]'
KMTN_ADMIN_USERNAME : "admin"
KMTN_ADMIN_PASSWORD : "123"
KMTN_STATIC_UPSTREAM_URL: http://frontend:80
ports:
- "8000:8000"
volumes: