Files
tg-chat-bot/docker-compose.yml
2026-01-28 05:22:32 +02:00

11 lines
241 B
YAML

services:
tgchatbot:
container_name: tgchatbot
image: ghcr.io/melod1n/tg-chat-bot:latest
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Moscow
volumes:
- ./config:/config