Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dianhsu committed Jul 27, 2021
1 parent ff35832 commit 0294519
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions compose/unlockneteasemusic/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ services:
NODE_ENV: production
ports:
- 8080:8080
- 8081:8081
restart: always
19 changes: 19 additions & 0 deletions compose/v2ray/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"inbounds": [{
"port": 7890,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "11c2a696-0366-4524-b8f0-9a9c21512b02",
"level": 1,
"alterId": 64
}
]
}
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
}]
}
8 changes: 8 additions & 0 deletions compose/v2ray/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "3"
services:
v2ray-server:
container_name: v2ray-server
image: teddysun/v2ray
restart: always
volumes:
- /etc/v2ray/config.json:./config.json

0 comments on commit 0294519

Please sign in to comment.