telegram-video-downloader/docker-compose.yml

12 lines
250 B
YAML
Raw Normal View History

2021-06-19 20:45:58 +02:00
version: "3.3"
services:
bot:
build: .
command: python3 /bot/src/main.py
volumes:
- ./out:/bot/out
- ./conf:/bot/conf
environment:
- CONF_FOLDER=/bot/conf/
2021-06-20 11:07:37 +02:00
- XDG_CACHE_HOME=/bot/out/.cache
2021-06-19 20:45:58 +02:00
user: 1000:1000