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
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user