telegram-video-downloader/docker-compose.yml
2021-06-19 20:45:58 +02:00

11 lines
211 B
YAML

version: "3.3"
services:
bot:
build: .
command: python3 /bot/src/main.py
volumes:
- ./out:/bot/out
- ./conf:/bot/conf
environment:
- CONF_FOLDER=/bot/conf/
user: 1000:1000