Skip to content

Commit

Permalink
Merge pull request #52 from walt-id/new-stack-docker-compose
Browse files Browse the repository at this point in the history
fix: expose wallet backend
  • Loading branch information
severinstampler authored Dec 21, 2023
2 parents 22f59dc + 6c2cbbe commit 0f2a21b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ services:
published: $WALLET_FRONTEND_PORT # wallet-frontend
protocol: tcp
mode: host
- target: $WALLET_BACKEND_PORT
published: $WALLET_BACKEND_PORT # wallet-backend
protocol: tcp
mode: host
- target: $WEB_PORTAL_PORT
published: $WEB_PORTAL_PORT # web-portal
protocol: tcp
Expand Down

0 comments on commit 0f2a21b

Please sign in to comment.