t2sTelegramBot/docker-compose.prod.yml

10 lines
217 B
YAML
Raw Permalink Normal View History

services:
t2s:
image: 192.168.8.174:3000/vrubel/t2s-telegram-bot:latest
container_name: t2s-telegram-bot
restart: always
network_mode: "host"
env_file: .env
volumes:
- ./data:/app/data