Skip to content

Commit

Permalink
Fix wasp-dashboard routes
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Mar 7, 2023
1 parent 2565526 commit 07ed5e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions stardust/docker-compose-https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ services:
labels:
- "traefik.http.routers.wasp-dashboard.entrypoints=websecure"
- "traefik.http.routers.wasp-dashboard.tls=true"
environment:
- WASP_API_URL=https://${NODE_HOST:-localhost}/wasp/api
- L1_API_URL=https://${NODE_HOST:-localhost}
4 changes: 2 additions & 2 deletions stardust/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ services:
- "traefik.http.routers.wasp-dashboard.middlewares=rewrite-wasp-dashboard"
- "traefik.http.middlewares.rewrite-wasp-dashboard.stripprefix.prefixes=/wasp/dashboard"
environment:
- WASP_API_URL=${NODE_HOST:-http://localhost}/wasp/api
- L1_API_URL=${NODE_HOST:-http://localhost}
- WASP_API_URL=http://${NODE_HOST:-localhost}/wasp/api
- L1_API_URL=http://${NODE_HOST:-localhost}
profiles:
- wasp

0 comments on commit 07ed5e0

Please sign in to comment.