Skip to content

Commit

Permalink
replace rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Nov 8, 2023
1 parent 3c94218 commit e820e22
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docker-compose.agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ services:
retries: 60

queue:
image: rabbitmq:3.12
image: cloudamqp/lavinmq:1.2.5
restart: unless-stopped
healthcheck:
test: rabbitmq-diagnostics -q check_running
interval: 1s
timeout: 5s
retries: 60
ports:
- 15672:15672

stream:
image: confluentinc/cp-kafka:latest-ubi8
Expand Down Expand Up @@ -64,7 +61,7 @@ services:
environment:
REDIS_URL: cache
DATABASE_URL: postgresql://ashketchum:squirtle123@db:5432/pokeshop?schema=public
RABBITMQ_HOST: queue
RABBITMQ_HOST: guest:guest@queue
POKE_API_BASE_URL: https://pokeapi.co/api/v2
COLLECTOR_ENDPOINT: http://host.docker.internal:4317
ZIPKIN_URL: http://localhost:9411
Expand All @@ -91,7 +88,7 @@ services:
environment:
REDIS_URL: cache
DATABASE_URL: postgresql://ashketchum:squirtle123@db:5432/pokeshop?schema=public
RABBITMQ_HOST: queue
RABBITMQ_HOST: guest:guest@queue
POKE_API_BASE_URL: https://pokeapi.co/api/v2
COLLECTOR_ENDPOINT: http://host.docker.internal:4317
ZIPKIN_URL: http://localhost:9411
Expand Down

0 comments on commit e820e22

Please sign in to comment.