Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .dev/compose.backbone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ services:
database:
container_name: bkb-postgres
hostname: postgres
image: postgres@sha256:98f32d2e093deea07127bcc373f89729b77ff3486511cc77224c530e63a41f0e
image: postgres@sha256:a9abf4275f9e99bff8e6aed712b3b7dfec9cac1341bba01c1ffdfce9ff9fc34a
environment:
- POSTGRES_PASSWORD=Passw0rd
- POSTGRES_DB=enmeshed
Expand All @@ -109,7 +109,7 @@ services:
rabbitmq:
container_name: bkb-rabbitmq
hostname: rabbitmq
image: rabbitmq:4.2.4-alpine@sha256:83522278ca69414e4895b3ea3c0f943c63ad316c063f9cda9c32fd42fe800f47
image: rabbitmq:4.2.5-alpine@sha256:0a81e68b7681c2eb24737833f8dcd4293af2662af2cc0af91185c68216a89d01

### seeds ###

Expand Down
2 changes: 1 addition & 1 deletion .dev/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: runtime-tests

services:
runtime-mongo:
image: mongo@sha256:60aa240412f473f672ec8b282fd5651aa156dcc7a220f81f5381ce768ccc3167
image: mongo@sha256:d343c378b5c6e2fe373174abcf4a877be0dfc721b5d0b9d582204dccb1c00b86
container_name: runtime-mongo
ports:
- "27021:27017"
Expand Down
Loading