mirror of
https://github.com/Balshgit/public.git
synced 2025-09-11 18:00:42 +03:00
12 lines
217 B
Bash
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 |