t2sTelegramBot/docker-compose.yml

10 lines
173 B
YAML
Raw Normal View History

services:
t2s:
build: ./app
container_name: t2s-telegram-bot
restart: always
network_mode: "host"
env_file: .env
volumes:
- ./data:/app/data