Files
beelzebub/docker-compose.yml
Mario Candela 8963bbc86d Fix: mapping LLMModel for SSH inline, removed old comments on docker-c… (#168)
Fix mapping LLMModel for SSH inline, removed old comments on docker-compose.yml
2025-02-20 22:41:28 +01:00

19 lines
378 B
YAML

version: "3.9"
services:
beelzebub:
build: .
container_name: beelzebub
restart: always
ports:
- "22:22"
- "2222:2222"
- "8080:8080"
- "8081:8081"
- "80:80"
- "3306:3306"
- "2112:2112" #Prometheus Open Metrics
environment:
RABBITMQ_URI: ${RABBITMQ_URI}
volumes:
- "./configurations:/configurations"