File tree 3 files changed +3
-2
lines changed 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ if (options.generate && (options.force || !fs.existsSync(`${cwd}/deep.config.jso
119
119
"DEEPLINKS_HASURA_STORAGE_URL" : "http://deep-hasura-storage:8000/" ,
120
120
"HASURA_ENDPOINT" : "http://deep-hasura:8080/v1" ,
121
121
"DEEPLINKS_HASURA_PATH" : "deep-hasura:8080" ,
122
+ "DOCKER_GQL_URL" : "http://deep-links:3006/gql" ,
122
123
"DOCKER_DEEPLINKS_URL" : "http://deep-links:3006" ,
123
124
"MIGRATIONS_DEEPLINKS_URL" : "http://deep-links:3006" ,
124
125
"HASURA_GRAPHQL_ADMIN_SECRET" : hasuraKey ,
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ services:
143
143
environment :
144
144
- ' NEXT_PUBLIC_GRAPHQL_URL=${NEXT_PUBLIC_GQL_PATH}'
145
145
- ' SECRET=${DEEPLINKS_HASURA_SECRET}'
146
- - ' GQL=${NEXT_PUBLIC_GQL_PATH }'
146
+ - ' GQL=${DOCKER_GQL_URL }'
147
147
- ' SSL=${NEXT_PUBLIC_GQL_SSL}'
148
148
logging :
149
149
driver : " json-file"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @deep-foundation/deeplinks" ,
3
- "version" : " 0.0.619 " ,
3
+ "version" : " 0.0.620 " ,
4
4
"license" : " Unlicense" ,
5
5
"type" : " module" ,
6
6
"main" : " import.js" ,
You can’t perform that action at this time.
0 commit comments