- Add a post init stage to download & install rabbitmqadmin utility,

- Add hostname in compose file to fix rabbitmq persistence.
This commit is contained in:
2024-11-01 17:45:10 +01:00
parent d04d7ed47f
commit 5c02695762
4 changed files with 65 additions and 15 deletions

View File

@@ -7,6 +7,7 @@ services:
mqserver:
container_name: ${IMG_NAME}
hostname: ${IMG_NAME}
image: ${IMG_URL}