Switches image to cr-connect-db

This commit is contained in:
Aaron Louie 2020-07-10 10:27:14 -04:00
parent 517cd8fc91
commit 4cfaa62a8e
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
version: "3.7"
services:
db:
image: postgres
image: sartography/cr-connect-db
volumes:
- ./pg-init-scripts/initdb.sh:/docker-entrypoint-initdb.d/initdb.sh
- $HOME/docker/volumes/postgres:/var/lib/postgresql/data
ports:
- 5432:5432