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

View file

@ -1,6 +1,7 @@
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"