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
9
docker-compose.prod.yml
Normal file
9
docker-compose.prod.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue