remove the port mapping from the web app

we always want to access the website through nginx
This commit is contained in:
Andreas Zweili 2020-07-04 13:49:52 +02:00
parent abdf4e2ff1
commit d3da427829
2 changed files with 0 additions and 4 deletions

View File

@ -16,8 +16,6 @@ services:
build: .
volumes:
- .:/code
ports:
- 8000:8000
environment:
- DJANGO_SETTINGS_MODULE
- DJANGO_DEBUG

View File

@ -16,8 +16,6 @@ services:
image: nebucatnetzer/network_inventory
volumes:
- .:/code
ports:
- 8000:8000
environment:
- DJANGO_SETTINGS_MODULE
- DJANGO_DEBUG