Refactor deployment workflows for cloud-pc, mini-pc, and ru-vps services to improve stack change detection and add a new docker-compose file for v2raya service
Deploy ru-vps / deploy (push) Successful in 1s
Deploy cloud-pc / deploy (push) Successful in 1s
Deploy mini-pc / deploy (push) Failing after 13s

This commit is contained in:
Dmitry
2026-05-27 18:46:44 +03:00
parent edea54820a
commit 29097f94b2
4 changed files with 31 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
v2raya:
image: mzz2017/v2raya:latest
container_name: v2raya
restart: unless-stopped
network_mode: host
environment:
V2RAYA_LOG_FILE: /tmp/v2raya.log
volumes:
- /opt/configs/v2raya:/etc/v2raya