Skip to content

Commit d22590b

Browse files
committed
fixup! feat(cli): expose graphql endpoint
1 parent 5a4c5f2 commit d22590b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/cli/src/node/docker-compose-graphql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
PGDATABASE: ${PGDATABASE:-postgres}
1414

1515
graphql_database_migration:
16-
image: cartesi/sdk:0.12.0-alpha.7
16+
image: cartesi/sdk:0.12.0-alpha.8
1717
environment:
1818
POSTGRES_GRAPHQL_DB_URL: &graphql_db_url postgres://${PGUSER:-postgres}:${PGPASSWORD:-password}@${PGHOST:-database}:${PGPORT:-5432}/graphql?sslmode=disable
1919
command:
@@ -29,7 +29,7 @@ services:
2929
condition: service_completed_successfully
3030

3131
graphql:
32-
image: cartesi/sdk:0.12.0-alpha.7
32+
image: cartesi/sdk:0.12.0-alpha.8
3333
environment:
3434
POSTGRES_GRAPHQL_DB_URL: *graphql_db_url
3535
POSTGRES_NODE_DB_URL: postgres://${PGUSER:-postgres}:${PGPASSWORD:-password}@${PGHOST:-database}:${PGPORT:-5432}/${PGDATABASE:-postgres}?sslmode=disable

0 commit comments

Comments
 (0)