public/examples/celery_progress_demo/docker-compose.yml
2021-07-28 02:15:48 +03:00

12 lines
217 B
Bash

#!/usr/bin/env bash
version: "3.7"
services:
rabbitmq:
image: 'rabbitmq:3.8.18-management-alpine'
container_name: github_rabbit
env_file: config/.env
restart: unless-stopped
network_mode: host