Setup API (Hasura) console to version changes in code
This commit is contained in:
@ -24,12 +24,16 @@ services:
|
||||
build: ./twenty-api
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "9695:9695"
|
||||
- "9693:9693"
|
||||
volumes:
|
||||
- ../../api:/api
|
||||
depends_on:
|
||||
- "postgres"
|
||||
restart: always
|
||||
environment:
|
||||
HASURA_GRAPHQL_METADATA_DATABASE_URL: postgres://postgres:postgrespassword@postgres:5432/hasura
|
||||
PG_DATABASE_URL: postgres://postgres:postgrespassword@postgres:5432/twenty
|
||||
HASURA_GRAPHQL_PG_DATABASE_URL: postgres://postgres:postgrespassword@postgres:5432/twenty
|
||||
HASURA_GRAPHQL_ENABLE_CONSOLE: "true"
|
||||
HASURA_GRAPHQL_DEV_MODE: "true"
|
||||
HASURA_GRAPHQL_ADMIN_SECRET: ${HASURA_GRAPHQL_ADMIN_SECRET}
|
||||
|
||||
Reference in New Issue
Block a user