cr-connect-workflow/postgres/docker-compose.yml
Kelly McDonald da0af14724 Changes to enable front-end changes
Added a human readable name to created user

added last updated task time and name,

added is_review on the workflow which is triggered by a swimlane with a name present.

Notably - it does NOT update or change any of the performance concerns that we were having with this.
2021-02-10 11:58:19 -05:00

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