Update for public docker hub build images

This commit is contained in:
Anthony Mineo 2020-03-08 12:06:15 -04:00
parent c3ad00d193
commit bc4d14a4f0
3 changed files with 13 additions and 4 deletions

View file

@ -5,9 +5,12 @@ services:
db:
environment:
POSTGRES_DB: "t2_stats"
POSTGRES_USER: "dev"
POSTGRES_PASSWORD: "dev"
POSTGRES_DB: "t2_stats"
volumes:
- ./build/postgres/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
- ./build/postgres/export_local_db.sh:/export_local_db.sh
parser: