Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
aiastia authored Oct 9, 2020
1 parent 5c4067e commit f0f43aa
Show file tree
Hide file tree
Showing 2 changed files with 561 additions and 0 deletions.
53 changes: 53 additions & 0 deletions sspanel/docker-compose(破解版后端镜像).yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
version: '2'

services:
v2ray:
image: woaizyg/rico-free:v2ray
restart: always
network_mode: "host"
extra_hosts:
auth.rico93.com: 127.0.0.1
environment:
sspanel_url: "https://xxxx"
key: "xxxx"
docker: "true"
speedtest: 6
node_id: 10
api_port: 2333
downWithPanel: 1
LDNS: "1.1.1.1"
TZ: "Asia/Shanghai"
MYSQLHOST: "https://bing.com"
MYSQLDBNAME: "demo_dbname"
MYSQLUSR: "demo_user"
MYSQLPASSWD: "demo_dbpassword"
MYSQLPORT: 3306
PANELTYPE: 0
usemysql: 0
CF_Key: "bbbbbbbbbbbbbbbbbb"
CF_Email: "[email protected]"
volumes:
- /etc/localtime:/etc/localtime:ro
logging:
options:
max-size: "10m"
max-file: "3"

caddy:
image: woaizyg/rico-free:caddy
restart: always
environment:
- ACME_AGREE=true
# if u want to use cloudflare (for DNS challenge authentication)
# - [email protected]
# - CLOUDFLARE_API_KEY=xxxxxxx
- V2RAY_DOMAIN=xxxx.com
- V2RAY_PATH=/v2ray
- [email protected]
- V2RAY_PORT=10550
- V2RAY_OUTSIDE_PORT=443
- TZ=Asia/Shanghai
network_mode: "host"
volumes:
- ./.caddy:/root/.caddy
- ./Caddyfile:/etc/Caddyfile
Loading

0 comments on commit f0f43aa

Please sign in to comment.