minor tweaks to postgres local development.

This commit is contained in:
danfunk 2023-05-10 11:49:34 -04:00
parent 8bf3415c34
commit 0e26f46a05
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#psql -h localhost -U postgres -d postgres
#psql -h localhost -U crc_user -d crc_test
#psql -h localhost -U crc_user -d crc_dev
docker exec -it postgres_db_1 psql -U crc_user crc_dev
docker exec -it postgres-db-1 psql -U crc_user crc_dev

View File

@ -7,8 +7,8 @@ services:
ports:
- 5432:5432
environment:
- POSTGRES_USER=${DB_USER}
- POSTGRES_PASSWORD=${DB_PASS}
- POSTGRES_USER=crc_user
- POSTGRES_PASSWORD=crc_pass
- POSTGRES_MULTIPLE_DATABASES=crc_dev,crc_test,pb,pb_test
- TZ=America/New_York
- PGTZ=America/New_York