Skip to content

Commit

Permalink
fix: local APP_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Jan 24, 2024
1 parent da87f60 commit a0f3535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ app:

hasura:
~needs: [pg, build-hasura]
vars:
APP_URL: "http://app"
envFrom:
- secretRef:
name: hasura
Expand Down Expand Up @@ -48,5 +50,3 @@ jobs:
with:
imagePackage: hasura
context: ./packages/hasura
buildArgs:
APP_URL: "https://{{ .Values.global.host }}"
3 changes: 0 additions & 3 deletions packages/hasura/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM hasura/graphql-engine:v2.19.0-ce.cli-migrations-v3

ARG APP_URL
ENV APP_URL $APP_URL

COPY --chown=1001 migrations /hasura-migrations
COPY --chown=1001 metadata /hasura-metadata

Expand Down

0 comments on commit a0f3535

Please sign in to comment.