Initial updates with FE

This commit is contained in:
2026-04-10 21:41:26 -05:00
parent 562a8525d0
commit bb8af62f2d
9 changed files with 119 additions and 11 deletions

View File

@@ -2,11 +2,11 @@ services:
web:
build: .
container_name: watertrek-web
command: uv run gunicorn WaterTrek.wsgi:application --bind 0.0.0.0:8000 --workers 3
command: uv run gunicorn WaterTrek.wsgi:application --bind 0.0.0.0:8003 --workers 3
volumes:
- .:/app
ports:
- "8000:8000"
- "8003:8003"
environment:
DJANGO_SECRET_KEY: ${DJANGO_SECRET_KEY:-change-me}
DJANGO_DEBUG: 1