We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28f8df1 + df41097 commit 4103b18Copy full SHA for 4103b18
CHANGELOG.md
@@ -8,6 +8,10 @@ See [keep a changelog] for information about writing changes to this log.
8
9
## [Unreleased]
10
11
+## [1.2.2] - 2025-10-07
12
+
13
+- [PR-73](https://github.com/itk-dev/event-database-imports/pull/73) Set deploy user for rabbitmq container
14
15
## [1.2.1] - 2025-10-07
16
17
- [PR-72](https://github.com/itk-dev/event-database-imports/pull/72) Fix missing asset for file upload
docker-compose.override.yml
@@ -19,6 +19,7 @@ services:
19
20
rabbit:
21
image: rabbitmq:4-management-alpine
22
+ user: "1042:1042"
23
networks:
24
- app
25
- frontend
0 commit comments