t2sTelegramBot/docker-compose.yml
vrubel f876cba39a
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 16s
feat: full CI/CD pipeline — build, push to registry, deploy to prod
2026-06-06 21:44:45 +00:00

10 lines
234 B
YAML

services:
t2s:
build: ./app
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