docker-compose.yml: remove db ports exposure

This commit is contained in:
Adhityaa Chandrasekar 2019-02-18 18:35:28 -05:00
parent af1d1dcd0c
commit 15d729c6ac
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ services:
POSTGRES_DB: commento
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
networks:
- db_network
volumes: