Initial updates with FE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user