Garde-Havoc/bot/compose.yml
2024-10-09 18:29:51 +02:00

16 lines
236 B
YAML

services:
bot:
container_name: bot
build:
context: .
dockerfile: Dockerfile
volumes:
- ./bot_data:/home
- /var/run/docker.sock:/var/run/docker.sock
networks:
- rcon
networks:
rcon: {}