Skip to content

Commit

Permalink
Merge pull request #1553 from ConductionNL/fix/bRK-50/compatibility-f…
Browse files Browse the repository at this point in the history
…ixes

Compatibility fixes for amqp, mongodb and rabbitmq
  • Loading branch information
rjzondervan authored Sep 15, 2023
2 parents 7f93648 + f778607 commit 32bb122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN set -eux; \
pecl install \
apcu-${APCU_VERSION} \
redis \
amqp \
amqp-1.11.0 \
sqlsrv-${SQLSRV_VERSION} \
mongodb \
; \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ services:
- "5432:5432"

mongodb:
image: mongo
image: mongo:4.4.14
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: api-platform
Expand All @@ -181,7 +181,7 @@ services:
- "27017:27017"

rabbitmq:
image: rabbitmq:latest
image: rabbitmq:3.12.0
environment:
- RABBITMQ_DEFAULT_USER=${RABBITMQ_USERNAME}
- RABBITMQ_DEFAULT_PASS=${RABBITMQ_PASSWORD}
Expand Down

0 comments on commit 32bb122

Please sign in to comment.