feat: do not map the local port to the production app Docker container

This commit is contained in:
Matouš Volf 2024-09-13 07:24:01 +02:00
parent 602713a00c
commit 3d49ab7c05

View File

@ -3,7 +3,6 @@ services:
build:
dockerfile: docker/prod/app/Dockerfile
restart: always
ports: [ "8000:8000" ]
depends_on: [ "db" ]
networks:
- web-server-network