chore(deps): update rabbitmq docker tag to v4.0.2 (#2163)

* chore(deps): update rabbitmq docker tag to v4.0.2

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot]
2024-09-24 11:22:30 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 44d6c7c034
commit 18c2b12c90
2 changed files with 1 additions and 1 deletions
@@ -0,0 +1,22 @@
services:
rabbitmq:
image: rabbitmq:4.0.2-management-alpine
hostname: rabbitmq
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_SERVICE}:5672
- ${PANEL_APP_PORT_HTTP}:15672
environment:
- RABBITMQ_DEFAULT_USER=${RABBITMQ_DEFAULT_USER}
- RABBITMQ_DEFAULT_PASS=${RABBITMQ_DEFAULT_PASS}
volumes:
- ./data/:/var/lib/rabbitmq/
- ./log/:/var/log/rabbitmq
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true