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
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 16s
This commit is contained in:
parent
a606f9d18c
commit
f876cba39a
3 changed files with 23 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue