Skip to content

Commit

Permalink
Merge branch 'sacsand-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
THPubs committed Apr 5, 2020
2 parents 3392c57 + 6205fb8 commit 6839c9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env_sample
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
POSTGRES_USER=survivetestuser
POSTGRES_PASSWORD=stpostgresuser123
POSTGRES_DB=survivedb
HASURA_GRAPHQL_PORT=8080
HASURA_GRAPHQL_ENDPOINT=http://localhost:8080/v1/graphql
HASURA_ENDPOINT=http://localhost:8080
HASURA_GRAPHQL_ADMIN_SECRET=secret
HASURA_GRAPHQL_ADMIN_SECRET=secret
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
graphql-engine:
image: hasura/graphql-engine:v1.1.1
ports:
- "8080:8080"
- ${HASURA_GRAPHQL_PORT:-8080}:8080 # get port value from env if not use default port 8080
depends_on:
- "postgres"
restart: always
Expand Down

0 comments on commit 6839c9c

Please sign in to comment.