File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ services:
1717 - ${HASURA_PORT}:8080
1818 environment :
1919 WAIT_HOSTS : database:5432, ${BACKEND_HOST:-backend:4000}
20+ # Backend can take more than 30 seconds to start completely, bump the timeout
21+ WAIT_TIMEOUT : 60
2022 HASURA_GRAPHQL_SERVER_PORT : ${HASURA_PORT:-8080}
2123 HASURA_GRAPHQL_DATABASE_URL : postgres://${DATABASE_USER}:${DATABASE_PASSWORD}@database:5432/${DATABASE_NAME}
2224 HASURA_GRAPHQL_ADMIN_SECRET : ${HASURA_GRAPHQL_ADMIN_SECRET}
Original file line number Diff line number Diff line change 11FROM hasura/graphql-engine:v1.3.3.cli-migrations-v2
22
3- ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.7.3 /wait /wait
3+ ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.9.0 /wait /wait
44RUN chmod +x /wait
55
66# # Default setup
You can’t perform that action at this time.
0 commit comments