mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-08-21 14:37:16 +00:00
Added User UI
This commit is contained in:
@@ -8,9 +8,9 @@ services:
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
- POSTGRES_HOST=postgres
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
- POSTGRES_HOST=172.17.0.1
|
||||
- POSTGRES_USER=outfleet
|
||||
- POSTGRES_PASSWORD='3u!DCZm4%AD$kGij2'
|
||||
- EXTERNAL_ADDRESS=http://127.0.0.1:8000
|
||||
- CELERY_BROKER_URL=redis://redis:6379/0
|
||||
depends_on:
|
||||
|
Reference in New Issue
Block a user