Adds visitor dashboard and related features
This commit is contained in:
@@ -28,6 +28,8 @@ services:
|
||||
KMTN_CORS_ORIGINS: '["http://localhost:4200", "http://localhost"]'
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- logs:/logs
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
@@ -42,8 +44,11 @@ services:
|
||||
API_PUBLIC_URL: ""
|
||||
ports:
|
||||
- "4200:80"
|
||||
volumes:
|
||||
- logs:/logs
|
||||
depends_on:
|
||||
- api
|
||||
|
||||
volumes:
|
||||
pgdata:
|
||||
logs:
|
||||
|
||||
Reference in New Issue
Block a user