Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Jan 12, 2024
1 parent b0a3a4a commit d7e1159
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
Binary file removed app/app/favicon.ico
Binary file not shown.
38 changes: 38 additions & 0 deletions app/app/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
traefik.http.routers.openid4vc-server.entrypoints: web-secure
traefik.http.routers.openid4vc-server.tls.certresolver: zerossl
traefik.http.routers.openid4vc-server.service: openid4vc-server-service
traefik.http.services.openid4vc-server-service.loadbalancer.server.port: 5001
traefik.http.services.openid4vc-server-service.loadbalancer.server.port: 3001

environment:
AGENT_WALLET_KEY: ${AGENT_WALLET_KEY}
Expand All @@ -36,7 +36,7 @@ services:
- node.labels.type == community
labels:
traefik.enable: "true"
traefik.http.routers.openid4vc-app.rule: Host(`openid4vc.animo.id`) && (Path(`/`) || !Path(``))
traefik.http.routers.openid4vc-app.rule: Host(`openid4vc.animo.id`) && (Path(`/`) || Path(``))
traefik.http.routers.openid4vc-app.entrypoints: web-secure
traefik.http.routers.openid4vc-app.tls.certresolver: zerossl
traefik.http.routers.openid4vc-app.service: openid4vc-app-service
Expand Down

0 comments on commit d7e1159

Please sign in to comment.