telegram-video-downloader/docker-compose.yml
2021-06-20 11:17:11 +02:00

12 lines
250 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/
- XDG_CACHE_HOME=/bot/out/.cache
user: 1000:1000