tg-relay-rs/docker-compose.yml
2025-09-19 20:05:24 +03:00

15 lines
329 B
YAML

services:
bot:
build:
context: .
dockerfile: Dockerfile
args:
BINARY_NAME: tg-relay-rs
environment:
TELOXIDE_TOKEN: ${TELOXIDE_TOKEN}
RUST_LOG: ${RUST_LOG:-info}
restart: unless-stopped
# If you need persistent storage (e.g. caching):
volumes:
- ./data:/app/data