Files
docker-tg-bot-api/docker-compose.yml
Dmitry c75f530f86
Some checks failed
Docker Image CI / push (push) Has been cancelled
Docker Image CI / test (push) Has been cancelled
sample compose config
2026-04-13 15:10:40 +03:00

17 lines
284 B
YAML

---
services:
tg-bot-api:
build: build
restart: no
#volumes:
# - "./data:/var/lib/telegram-bot-api:rw"
#ports:
# - "8081:8081/tcp"
#env_file:
# - .env
logging:
driver: json-file
options:
max-file: '5'
max-size: 10m