sets default admin creds in docker compose. first pass remote builder feature
This commit is contained in:
@@ -28,6 +28,8 @@ services:
|
||||
KMTN_DATABASE_URL: >-
|
||||
postgresql+asyncpg://postgres:postgres@/kmountain?host=/var/run/postgresql
|
||||
KMTN_CORS_ORIGINS: '["http://localhost:4200", "http://localhost"]'
|
||||
KMTN_ADMIN_USERNAME : "admin"
|
||||
KMTN_ADMIN_PASSWORD : "123"
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user