Skip to content
Snippets Groups Projects
Commit 6d0e8ded authored by Nicola Jordan's avatar Nicola Jordan
Browse files

corrected wait on local setup

parent 3afdcd1c
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,12 @@ services:
environment:
DEBUG: "graphile-build:warn"
command: >
postgraphile
dockerize -wait tcp://db:5432 -timeout 60s
npx postgraphile
--enhance-graphiql
--connection postgres://postgres:postgres@db/angproj
--append-plugins @graphile/postgis
--append-plugins postgraphile-plugin-connection-filter
--append-plugins @graphile-contrib/pg-simplify-inflector
--simple-collections both
--watch
--dynamic-json
......
......@@ -14,4 +14,4 @@ RUN npm install -g postgraphile postgraphile-plugin-connection-filter @graphile/
# CMD postgraphile --connection postgres://anguser:angproj@db/angproj --schema angproj --watch --dynamic-json -n 0.0.0.0 -p 5000
# CMD postgraphile --connection postgres://postgres:postgres@db/angproj --schema angproj --dynamic-json -n 0.0.0.0 -p 5000
# CMD dockerize -wait tcp://db:5432 npx postgraphile --simple-collections both --enhance-graphiql --connection postgres://postgres:postgres@db/angproj --append-plugins @graphile/postgis --append-plugins postgraphile-plugin-connection-filter --append-plugins @graphile-contrib/pg-simplify-inflector --watch --dynamic-json -n 0.0.0.0 -p 5000
CMD dockerize -wait tcp://db:5432 npx postgraphile --simple-collections both --enhance-graphiql --connection postgres://postgres:postgres@db/angproj --append-plugins @graphile/postgis --append-plugins postgraphile-plugin-connection-filter --watch --dynamic-json -n 0.0.0.0 -p 5000
CMD dockerize -wait tcp://db:5432 -timeout 60s npx postgraphile --simple-collections both --enhance-graphiql --connection postgres://postgres:postgres@db/angproj --append-plugins @graphile/postgis --append-plugins postgraphile-plugin-connection-filter --watch --dynamic-json -n 0.0.0.0 -p 5000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment