Skip to content

Commit

Permalink
Merge pull request #750 from walt-id/fix-docker-compose-yaml-wallet-l…
Browse files Browse the repository at this point in the history
…inks

add: env variables for wallet links
  • Loading branch information
taminobaumann authored Sep 16, 2024
2 parents ba4cb1d + e5474e0 commit 0cdeffd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ services:
- caddy
environment:
NUXT_PUBLIC_ISSUER_CALLBACK_URL: "http://localhost:$DEMO_WALLET_FRONTEND_PORT"
NUXT_PUBLIC_DEV_WALLET_URL: "http://localhost:$DEV_WALLET_FRONTEND_PORT"
PORT: $DEMO_WALLET_FRONTEND_PORT

waltid-dev-wallet:
Expand All @@ -71,6 +72,7 @@ services:
- caddy
environment:
NUXT_PUBLIC_ISSUER_CALLBACK_URL: "http://localhost:$DEV_WALLET_FRONTEND_PORT"
NUXT_PUBLIC_DEMO_WALLET_URL: "http://localhost:$DEMO_WALLET_FRONTEND_PORT"
PORT: $DEV_WALLET_FRONTEND_PORT

web-portal:
Expand Down

0 comments on commit 0cdeffd

Please sign in to comment.