This commit is contained in:
parent
df68524ef3
commit
19c9054288
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
singbox.json
|
singbox.json
|
||||||
!templates/singbox.json
|
!templates/singbox.json
|
||||||
|
.env
|
||||||
|
|
|
@ -6,6 +6,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
container_name: sing-box
|
container_name: sing-box
|
||||||
environment:
|
environment:
|
||||||
|
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
|
||||||
INFISICAL_SECRET_ENV: ${INFISICAL_SECRET_ENV:-prod}
|
INFISICAL_SECRET_ENV: ${INFISICAL_SECRET_ENV:-prod}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue