Files
beelzebub/docker-compose.yml
2022-07-03 17:15:38 +02:00

17 lines
395 B
YAML

version: "3.9"
services:
beelzebub:
build: .
#network_mode: host # Not work on Mac OS
container_name: beelzebub
restart: always
ports: # Remove me, if you use configuration network_mode: host
- "22:22"
- "8080:8080"
- "80:80"
- "3306:3306"
environment:
RABBITMQ_URI: ${RABBITMQ_URI}
volumes:
- "./configurations:/configurations"