Files
infra/mini-pc/v2rayA/docker-compose.yml
T
Dmitry 29097f94b2
Deploy ru-vps / deploy (push) Successful in 1s
Deploy cloud-pc / deploy (push) Successful in 1s
Deploy mini-pc / deploy (push) Failing after 13s
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
2026-05-27 18:46:44 +03:00

10 lines
239 B
YAML

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