Files
Telegram-Downloader-Bot/docker-compose.yml
Roman Krček 43df509be2
All checks were successful
Build Docker image / test (push) Successful in 2m24s
Build Docker image / build (push) Successful in 5m31s
Move to alpine
2024-08-04 19:02:47 +02:00

9 lines
115 B
YAML

---
services:
bot:
build: .
volumes:
- ./data/:/data
env_file: .env
platform: linux/arm/v7