Skip to content

Commit a3ffa93

Browse files
cablemanturegjorup
andcommitted
1722: Update docker compose with new rabbit and node versions
Co-authored-by: Ture Gjørup <ture@ignatz.dk>
1 parent 50c1a34 commit a3ffa93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.override.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
rabbit:
3-
image: rabbitmq:3.11-management
3+
image: rabbitmq:3.13-management
44
networks:
55
- app
66
- frontend
@@ -12,7 +12,7 @@ services:
1212
- RABBITMQ_ERLANG_COOKIE='d53f219cd9376f8f440aaf9889f315ab'
1313

1414
node:
15-
image: node:18
15+
image: node:20
1616
volumes:
1717
- .:/app:delegated
1818
working_dir: /app

0 commit comments

Comments
 (0)