feat: full CI/CD pipeline — build, push to registry, deploy to prod
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 16s

This commit is contained in:
vrubel 2026-06-06 21:44:45 +00:00
parent a606f9d18c
commit f876cba39a
3 changed files with 23 additions and 9 deletions

9
docker-compose.prod.yml Normal file
View file

@ -0,0 +1,9 @@
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