Skip to content

Commit

Permalink
explicitely run a single rabbitmq locally as the cluster doesn't start
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Mar 10, 2019
1 parent f848eea commit ac6ddb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ services := api \
webhook-handler \
webhooks2tasks \
broker \
broker-single \
logs-forwarder \
logs-db \
logs-db-ui \
Expand Down Expand Up @@ -381,6 +382,7 @@ build/storage-calculator: build/oc
build/api-db build/keycloak-db: build/mariadb
build/api-db-galera build/keycloak-db-galera: build/mariadb-galera
build/broker: build/rabbitmq-cluster
build/broker-single: build/rabbitmq

# Auth SSH needs the context of the root folder, so we have it individually
build/ssh: build/commons
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
lagoon.template: services/webhook-handler/.lagoon.app.yml
lagoon.image: amazeeiolagoon/webhook-handler:v0-21-2
broker:
image: ${IMAGE_REPO:-lagoon}/broker
image: ${IMAGE_REPO:-lagoon}/broker-single
ports:
- '15672:15672'
- '5672:5672'
Expand Down
2 changes: 2 additions & 0 deletions services/broker-single/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/rabbitmq

0 comments on commit ac6ddb3

Please sign in to comment.