feat: do not map the local port to the production app Docker container
This commit is contained in:
parent
602713a00c
commit
3d49ab7c05
@ -3,7 +3,6 @@ services:
|
||||
build:
|
||||
dockerfile: docker/prod/app/Dockerfile
|
||||
restart: always
|
||||
ports: [ "8000:8000" ]
|
||||
depends_on: [ "db" ]
|
||||
networks:
|
||||
- web-server-network
|
||||
|
Loading…
x
Reference in New Issue
Block a user