t2sTelegramBot/docker-compose.yml

12 lines
189 B
YAML
Raw Normal View History

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