Skip to content

Commit

Permalink
chore: expose port for poller (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-asghar-ali authored Feb 13, 2025
1 parent 6d124bf commit 6af7708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ WORKDIR /app
COPY --from=builder /app/resonate .

EXPOSE 8001
EXPOSE 8002
EXPOSE 50051

ENTRYPOINT ["./resonate"]
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
- ./resonate.yml:/root/resonate.yml
ports:
- "8001:8001"
- "8002:8002"
- "50051:50051"
depends_on:
- postgres
Expand Down

0 comments on commit 6af7708

Please sign in to comment.