build: no need to expose django port
This commit is contained in:
parent
4fcbdaa4db
commit
b3699d1069
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue