build: no need to expose django port

This commit is contained in:
Gerard Gascón 2025-04-11 20:57:03 +02:00
parent 4fcbdaa4db
commit b3699d1069

View file

@ -10,8 +10,6 @@ services:
python manage.py runserver 0.0.0.0:8000" python manage.py runserver 0.0.0.0:8000"
volumes: volumes:
- static:/app/staticfiles - static:/app/staticfiles
ports:
- "8000:8000"
nginx: nginx:
image: nginx:latest image: nginx:latest
ports: ports: