Files
infra/mini-pc/v2raya/docker-compose.yml
T
Dmitry 9c9ad292b2
Deploy mini-pc / deploy (push) Failing after 1s
NixOS switch mini-pc / switch (push) Failing after 10m48s
Expose v2raya LAN proxy ports
2026-05-30 11:54:48 +03:00

15 lines
406 B
YAML

services:
v2raya:
image: mzz2017/v2raya:latest
container_name: v2raya
restart: unless-stopped
network_mode: host
privileged: true
volumes:
- /opt/data/v2raya:/etc/v2raya
- /opt/data/v2raya-extra:/etc/v2raya-extra
environment:
- V2RAYA_LOG_FILE=/tmp/v2raya.log
- V2RAYA_V2RAY_BIN_PATH=/usr/local/bin/v2ray
- V2RAYA_V2RAY_CONFDIR=/etc/v2raya-extra