first implementation

This commit is contained in:
Aleksandr Chvanov
2024-07-11 13:37:32 +03:00
commit 5acdc19fcc
5 changed files with 58 additions and 0 deletions

20
docker-compose.test.yml Normal file
View File

@@ -0,0 +1,20 @@
version: "3.8"
networks:
nginx:
name: nginx
external: true
services:
rabbit:
container_name: sphere-rabbitmq
image: rabbitmq:3.9.5-management
networks:
- nginx
restart: "no"
hostname: rabbitmq
ports:
- "15672:15672"
volumes:
- ./deploy/rabbitmq_data:/var/lib/rabbitmq/mnesia/
- ./deploy/rabbitmq.conf:/etc/rabbitmq/conf.d/10-default-guest-user.conf