new deployablility enhancements

This commit is contained in:
2026-07-17 16:09:25 -07:00
parent 222561c0b7
commit 465e7cb9fb
7 changed files with 45 additions and 164 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ services:
environment:
KMTN_DATABASE_URL: >-
postgresql+asyncpg://postgres:postgres@/kmountain?host=/var/run/postgresql
KMTN_CORS_ORIGINS: '["http://localhost:4200", "http://localhost"]'
KMTN_CORS_ORIGINS: '${KMTN_CORS_ORIGINS}'
KMTN_ADMIN_USERNAME: "admin"
KMTN_ADMIN_PASSWORD: "123"
KMTN_STATIC_UPSTREAM_URL: http://frontend:80
@@ -47,7 +47,7 @@ services:
API_UPSTREAM: http://api:8000
API_PUBLIC_URL: ""
ports:
- "4200:80"
- "${FRONTEND_PORT}:80"
volumes:
- logs:/logs
depends_on: