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
depends_on:
- db
image: vulcanize/postgraphile:v1.0
image: vulcanize/postgraphile:v1.0.1
environment:
- PG_HOST=db
- PG_PORT=5432