new deployablility enhancements
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user