Docker compose and CI #6

Merged
ramilexe merged 4 commits from docker into master 2020-09-09 20:12:36 +00:00
Showing only changes of commit d21a6e65a7 - Show all commits

View File

@ -63,7 +63,7 @@ services:
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db
image: vulcanize/postgraphile:v1.0 image: vulcanize/postgraphile:v1.0.1
environment: environment:
- PG_HOST=db - PG_HOST=db
- PG_PORT=5432 - PG_PORT=5432