Create docker-compose.yml
Deploy mini-pc / deploy (push) Failing after 2s
NixOS switch mini-pc / switch (push) Failing after 14m25s
NixOS switch cloud-pc / switch (push) Has been cancelled

This commit is contained in:
Dmitry
2026-05-29 22:21:42 +03:00
parent e715d577b1
commit 8dada68767
+12
View File
@@ -0,0 +1,12 @@
services:
v2raya:
image: mzz2017/v2raya:latest
container_name: v2raya
restart: unless-stopped
network_mode: host
privileged: true
volumes:
- /opt/data/v2raya:/etc/v2raya
environment:
- V2RAYA_LOG_FILE=/tmp/v2raya.log
- V2RAYA_V2RAY_BIN_PATH=/usr/local/bin/v2ray