mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2025-12-20 11:04:41 +00:00
15 lines
329 B
YAML
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
|