We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4c5f2 commit d22590bCopy full SHA for d22590b
1 file changed
apps/cli/src/node/docker-compose-graphql.yaml
@@ -13,7 +13,7 @@ services:
13
PGDATABASE: ${PGDATABASE:-postgres}
14
15
graphql_database_migration:
16
- image: cartesi/sdk:0.12.0-alpha.7
+ image: cartesi/sdk:0.12.0-alpha.8
17
environment:
18
POSTGRES_GRAPHQL_DB_URL: &graphql_db_url postgres://${PGUSER:-postgres}:${PGPASSWORD:-password}@${PGHOST:-database}:${PGPORT:-5432}/graphql?sslmode=disable
19
command:
@@ -29,7 +29,7 @@ services:
29
condition: service_completed_successfully
30
31
graphql:
32
33
34
POSTGRES_GRAPHQL_DB_URL: *graphql_db_url
35
POSTGRES_NODE_DB_URL: postgres://${PGUSER:-postgres}:${PGPASSWORD:-password}@${PGHOST:-database}:${PGPORT:-5432}/${PGDATABASE:-postgres}?sslmode=disable
0 commit comments