Created deployment

This commit is contained in:
2026-02-11 18:53:40 +01:00
parent c4721328f8
commit f176788267

View File

@@ -25,7 +25,7 @@ services:
environment:
RABBITMQ_USER: ${RABBITMQ_USER}
RABBITMQ_PASSWORD: ${RABBITMQ_PASSWORD}
entrypoint: ["/usr/local/bin/docker-entrypoint-wrapper.sh"]
entrypoint: ["bash", "/usr/local/bin/docker-entrypoint-wrapper.sh"]
command: ["rabbitmq-server"]
volumes:
- ./rabbit/docker-entrypoint-wrapper.sh:/usr/local/bin/docker-entrypoint-wrapper.sh:ro