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 cccfc9671b
commit bbda8a4eea

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