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