Forward Postgres port from host

master
Dessa Simpson 2020-08-07 14:07:28 -07:00
parent fffe1596b8
commit a0b65c7d5b
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ services:
db:
container_name: learn-request-queue-db
image: postgres
ports:
- "5432:5432"
environment:
POSTGRES_HOST_AUTH_METHOD: trust
volumes: