This commit is contained in:
parent
19c9054288
commit
f1846f8240
2 changed files with 11 additions and 0 deletions
|
@ -6,6 +6,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
container_name: sing-box
|
container_name: sing-box
|
||||||
environment:
|
environment:
|
||||||
|
UP_MBPS: ${UP_MBPS:-100}
|
||||||
|
DOWN_MBPS: ${DOWN_MBPS:-100}
|
||||||
DOMAIN: ${DOMAIN}
|
DOMAIN: ${DOMAIN}
|
||||||
PROJECT_ID: ${PROJECT_ID}
|
PROJECT_ID: ${PROJECT_ID}
|
||||||
INFISICAL_API_URL: https://infisical.nokiy.net/api
|
INFISICAL_API_URL: https://infisical.nokiy.net/api
|
||||||
|
|
|
@ -45,6 +45,15 @@
|
||||||
"${SHORT_ID}"
|
"${SHORT_ID}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"multiplex": {
|
||||||
|
"enabled": true,
|
||||||
|
"padding": true,
|
||||||
|
"brutal": {
|
||||||
|
"enabled": true,
|
||||||
|
"up_mbps": ${UP_MBPS},
|
||||||
|
"down_mbps": ${DOWN_MBPS}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue