cr-connect-workflow/postgres/docker-compose.yml

13 lines
324 B
YAML

version: "3.7"
services:
db:
image: sartography/cr-connect-db
volumes:
- $HOME/docker/volumes/postgres:/var/lib/postgresql/data
ports:
- 5003:5432
environment:
- POSTGRES_USER=${DB_USER}
- POSTGRES_PASSWORD=${DB_PASS}
- POSTGRES_MULTIPLE_DATABASES=crc_dev,crc_test,pb,pb_test