Skip to content

Commit

Permalink
fix: update docker compose
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Nov 18, 2024
1 parent 0c683b0 commit 8efa582
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api-gateway/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'
services:
############################
# Node app + Dapr sidecar
Expand Down Expand Up @@ -47,7 +46,7 @@ services:
image: "daprio/daprd:edge"
command: ["./daprd",
"-app-id", "messages",
"-app-port", "5000",
"-app-port", "5000",
"-dapr-http-port", "3501",
"-placement-host-address", "placement:50006",
"-components-path", "/components"]
Expand Down Expand Up @@ -111,7 +110,7 @@ services:
# traefik api gateway
############################
traefik:
image: traefik:v2.9
image: traefik:v3.2
command:
- "--api.insecure=true" # Don't do that in production!
- "--providers.docker=true"
Expand Down

0 comments on commit 8efa582

Please sign in to comment.