Files
AnyMusicBot/docker-compose.yml
2025-01-21 00:24:19 +02:00

15 lines
205 B
YAML

services:
bot:
build:
context: .
dockerfile: Dockerfile
command: "python3 -m bot"
env_file:
- .env
volumes:
- ./:/app/src
- data:/app/data
volumes:
data: