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