progressively working deploy scenario
This commit is contained in:
+3
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user