No need to expose postgres port

Backend & postgres containers share a bridge network
This commit is contained in:
jluims 2024-07-27 02:32:05 -04:00 committed by GitHub
parent 5e4db842be
commit aa996bd418
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ This method provides a straightforward setup with minimal configuration. For mor
POSTGRES_USER: movie_web_user
POSTGRES_DB: movie_web_backend
POSTGRES_PASSWORD: YourPasswordHere
ports:
- "5432:5432"
networks:
- sudo-flix-network
sudo-flix: