Skip to content

Commit

Permalink
Add persistence container data to RabbitMQ (pimcore#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
skoch98 committed Apr 2, 2024
1 parent 6fe7fa3 commit 108c651
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:

rabbitmq:
image: rabbitmq:alpine
volumes:
- pimcore-rabbitmq:/var/lib/rabbitmq/

db:
image: mariadb:10.11
Expand Down Expand Up @@ -97,6 +99,7 @@ services:

volumes:
pimcore-database:
pimcore-rabbitmq:
pimcore-test-database:
pimcore-test-var:
pimcore-test-public-var:

0 comments on commit 108c651

Please sign in to comment.