Files
tg-chat-bot/docker-compose.yml
2026-05-18 13:31:37 +03:00

14 lines
282 B
YAML

services:
tgchatbot:
container_name: tgchatbot
image: ghcr.io/melod1n/tg-chat-bot:${IMAGE_TAG:-1.0.0}
restart: unless-stopped
env_file:
- .env
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Moscow
volumes:
- ./config:/config