You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
|
|
services:
|
|
broker:
|
|
container_name: shiftregister_broker
|
|
image: rabbitmq:3-alpine
|
|
restart: unless-stopped
|
|
ports:
|
|
- 127.0.0.1:5672:5672
|
|
|
|
result_backend:
|
|
container_name: shiftregister_result_backend
|
|
image: redis:6-alpine
|
|
restart: unless-stopped
|
|
ports:
|
|
- 127.0.0.1:6379:6379
|