first implementation
This commit is contained in:
20
docker-compose.test.yml
Normal file
20
docker-compose.test.yml
Normal 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
|
||||
Reference in New Issue
Block a user