Files
tg-watchbot/docker-compose.yml
T
2026-05-21 16:53:08 +08:00

16 lines
357 B
YAML

services:
tg-watchbot:
build: .
container_name: tg-watchbot
restart: unless-stopped
ports:
- "8765:8765"
env_file:
- .env
environment:
WEB_PANEL_HOST: 0.0.0.0
volumes:
- ./config.yaml:/app/config.yaml
- ./tg-watchbot.sqlite3:/app/tg-watchbot.sqlite3
- ./tg-watchbot.log:/app/tg-watchbot.log