Skip to content

Commit 381207d

Browse files
committed
0.0.620
1 parent 80680e8 commit 381207d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

call.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ if (options.generate && (options.force || !fs.existsSync(`${cwd}/deep.config.jso
119119
"DEEPLINKS_HASURA_STORAGE_URL": "http://deep-hasura-storage:8000/",
120120
"HASURA_ENDPOINT": "http://deep-hasura:8080/v1",
121121
"DEEPLINKS_HASURA_PATH": "deep-hasura:8080",
122+
"DOCKER_GQL_URL": "http://deep-links:3006/gql",
122123
"DOCKER_DEEPLINKS_URL": "http://deep-links:3006",
123124
"MIGRATIONS_DEEPLINKS_URL": "http://deep-links:3006",
124125
"HASURA_GRAPHQL_ADMIN_SECRET": hasuraKey,

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ services:
143143
environment:
144144
- 'NEXT_PUBLIC_GRAPHQL_URL=${NEXT_PUBLIC_GQL_PATH}'
145145
- 'SECRET=${DEEPLINKS_HASURA_SECRET}'
146-
- 'GQL=${NEXT_PUBLIC_GQL_PATH}'
146+
- 'GQL=${DOCKER_GQL_URL}'
147147
- 'SSL=${NEXT_PUBLIC_GQL_SSL}'
148148
logging:
149149
driver: "json-file"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deep-foundation/deeplinks",
3-
"version": "0.0.619",
3+
"version": "0.0.620",
44
"license": "Unlicense",
55
"type": "module",
66
"main": "import.js",

0 commit comments

Comments
 (0)