test
This commit is contained in:
parent
0bf9a807c5
commit
fcfeaa627a
5 changed files with 141 additions and 10 deletions
|
@ -1,16 +1,15 @@
|
|||
services:
|
||||
sing-box:
|
||||
image: ghcr.io/sagernet/sing-box:v1.12.0-alpha.9
|
||||
build:
|
||||
context: templates/sing-box-reality-server
|
||||
dockerfile: Dockerfile
|
||||
restart: always
|
||||
container_name: sing-box
|
||||
environment:
|
||||
PROJECT_ID: ${PROJECT_ID}
|
||||
INFISICAL_API_URL: https://infisical.nokiy.net/api
|
||||
INFISICAL_SECRET_ENV: ${INFISICAL_SECRET_ENV:-prod}
|
||||
INFISICAL_MACHINE_CLIENT_ID: ${INFISICAL_MACHINE_CLIENT_ID}
|
||||
INFISICAL_MACHINE_CLIENT_SECRET: ${INFISICAL_MACHINE_CLIENT_SECRET}
|
||||
ports:
|
||||
- 443:443
|
||||
- 127.0.0.1:10800:8080
|
||||
volumes:
|
||||
- ./singbox.json:/etc/sing-box/config.json:ro
|
||||
command: -D /var/lib/sing-box -c /etc/sing-box/config.json run
|
||||
|
||||
warp:
|
||||
image: ghcr.io/aleskxyz/warp-svc:v1.5.0
|
||||
restart: always
|
||||
container_name: warp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue