-
Notifications
You must be signed in to change notification settings - Fork 46
/
docker-compose.yml
61 lines (61 loc) · 2.09 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: v2raya
services:
v2raya:
environment:
V2RAYA_ADDRESS: 0.0.0.0:2017
image: mzz2017/v2raya:latest
container_name: v2raya
deploy:
resources:
reservations:
memory: "128M"
network_mode: host
privileged: true
restart: unless-stopped
volumes:
- type: bind
source: /etc/resolv.conf
target: /etc/resolv.conf
- type: bind
source: /DATA/AppData/v2raya
target: /etc/v2raya
- type: bind
source: /lib/modules
target: /lib/modules
x-casaos:
envs:
- container: V2RAYA_ADDRESS
description:
en_us: v2rayA WebUI Address
zh_cn: v2rayA WebUI地址
volumes:
- container: /etc/v2raya
description:
en_us: v2rayA configuration directory
zh_cn: v2rayA配置目录
x-casaos:
architectures:
- amd64
- arm
- arm64
main: v2raya
author: Cp0204
category: VPN
description:
en_us: V2RayA is a web-based V2Ray front-end with enhanced functionality. It provides an intuitive and user-friendly interface to configure and manage your V2Ray server. With V2RayA, you can easily set up and customize your own proxy server with various protocols and encryption methods.
zh_cn: V2RayA是一个带有增强功能的基于Web的V2Ray前端。它提供了一个直观和用户友好的界面,用于配置和管理V2Ray服务器。使用V2RayA,您可以轻松设置和自定义具有各种协议和加密方法的代理服务器。
developer: mzz2017
icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/v2rayA/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/v2rayA/screenshot-1.png
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/v2rayA/screenshot-2.png
tagline:
en_us: Web-based V2Ray front-end
zh_cn: 基于Web的V2Ray前端
thumbnail: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/v2rayA/thumbnail.png
tips: {}
title:
en_us: v2rayA
index:
port_map: "2017"
scheme: http