diff --git a/docker-compose.agent.yml b/docker-compose.agent.yml index 47d5391..a0f44bb 100644 --- a/docker-compose.agent.yml +++ b/docker-compose.agent.yml @@ -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 @@ -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 @@ -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