Skip to content

Commit

Permalink
Attempt to fix the problem that RabbitMQ is not started properly in G…
Browse files Browse the repository at this point in the history
…ithub actions.
  • Loading branch information
MichaelRoeder committed Jan 5, 2024
1 parent 223f671 commit 96ad3c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ services:

networks:
hobbit:
name: hobbit
external: true
driver: overlay
hobbit-core:
name: hobbit-core
external: true
driver: overlay
2 changes: 1 addition & 1 deletion platform-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ run:

test:
# Without HOBBIT_RABBIT_EXPERIMENTS_HOST we won't be able to connect to RabbitMQ
docker-compose --file=../docker-compose-dev.yml up -d cadvisor node-exporter prometheus rabbit redis
docker compose --file=../docker-compose-dev.yml up -d cadvisor node-exporter prometheus rabbit redis
HOBBIT_RABBIT_IMAGE=rabbitmq:management \
HOBBIT_RABBIT_HOST=localhost \
HOBBIT_RABBIT_EXPERIMENTS_HOST=localhost \
Expand Down

0 comments on commit 96ad3c8

Please sign in to comment.