Skip to content

Commit

Permalink
test throttling
Browse files Browse the repository at this point in the history
  • Loading branch information
paupm committed Dec 4, 2024
1 parent 03e5b2c commit 31d67a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
services:
homing-pigeon:
volumes:
- shared_socket:/tmp
- ./:/go/src/github.com/softonic/homing-pigeon
- shared_socket:/tmp
- ./:/go/src/github.com/softonic/homing-pigeon
build:
context: .
dockerfile: Dockerfile
Expand Down Expand Up @@ -31,10 +31,10 @@ services:
rabbit-mq:
condition: service_healthy
request-middleware-pass:
platform: linux/amd64
platform: linux/arm64
volumes:
- shared_socket:/tmp
image: softonic/hp-pass-middleware:0.1.0
image: softonic/hp-throttling:0.1.0
environment:
IN_SOCKET: "/tmp/hprq"
command: ["-stderrthreshold=INFO"]
Expand All @@ -52,7 +52,7 @@ services:
- 15672:15672
- 5672:5672
healthcheck:
test: [ "CMD", "rabbitmqctl", "status"]
test: ["CMD", "rabbitmqctl", "status"]
interval: 5s
timeout: 20s
retries: 5
Expand Down

0 comments on commit 31d67a7

Please sign in to comment.