mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
[DEPLOY] Stop exposing unnecessary server port
This commit is contained in:
@@ -4,8 +4,6 @@ services:
|
|||||||
server:
|
server:
|
||||||
image: mgrove36/breccia-mapper:latest
|
image: mgrove36/breccia-mapper:latest
|
||||||
build: .
|
build: .
|
||||||
ports:
|
|
||||||
- 8000:8000
|
|
||||||
environment:
|
environment:
|
||||||
DJANGO_DEBUG: ${DEBUG}
|
DJANGO_DEBUG: ${DEBUG}
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ services:
|
|||||||
server:
|
server:
|
||||||
image: mgrove36/breccia-mapper:latest
|
image: mgrove36/breccia-mapper:latest
|
||||||
build: {{ project_src_dir }}
|
build: {{ project_src_dir }}
|
||||||
ports:
|
|
||||||
- 8000:8000
|
|
||||||
environment:
|
environment:
|
||||||
DJANGO_DEBUG: ${DEBUG}
|
DJANGO_DEBUG: ${DEBUG}
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ services:
|
|||||||
server:
|
server:
|
||||||
image: mgrove36/breccia-mapper:latest
|
image: mgrove36/breccia-mapper:latest
|
||||||
build: .
|
build: .
|
||||||
ports:
|
|
||||||
- 8000:8000
|
|
||||||
environment:
|
environment:
|
||||||
DJANGO_DEBUG: ${DEBUG}
|
DJANGO_DEBUG: ${DEBUG}
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
Reference in New Issue
Block a user