progressively working deploy scenario

This commit is contained in:
2026-06-19 19:17:22 +00:00
parent 2d2b2d040b
commit c4cc268ea8
14 changed files with 125 additions and 72 deletions
+3 -1
View File
@@ -25,7 +25,7 @@ services:
restart: unless-stopped
environment:
KMTN_DATABASE_URL: postgresql+asyncpg://postgres:postgres@db:5432/kmountain
KMTN_CORS_ORIGINS: '["http://localhost:4200"]'
KMTN_CORS_ORIGINS: '["http://localhost:4200", "http://localhost"]'
ports:
- "8000:8000"
depends_on:
@@ -37,6 +37,8 @@ services:
context: .
dockerfile: Dockerfile
restart: unless-stopped
environment:
API_UPSTREAM: http://api:8000
ports:
- "4200:80"
depends_on: