Added User UI

This commit is contained in:
Ultradesu
2025-07-20 23:32:56 +03:00
parent 9bd4896040
commit 2d4c862c5e
7 changed files with 384 additions and 90 deletions

View File

@@ -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: