Fix pg test and limit env leak

This commit is contained in:
Dmitry Bikulov
2026-08-27 17:11:56 +03:00
parent 832622e96d
commit d92a497a02
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.services.3x-ui.loadbalancer.server.port=20530"
- "traefik.http.routers.3x-ui.rule=Host(`{3X_UI_HOST}`)"
- "traefik.http.routers.3x-ui.rule=Host(`${X_UI_HOST}`)"
- "traefik.http.routers.3x-ui.entrypoints=websecure"
- "traefik.http.routers.3x-ui.tls.certresolver=le"
+1 -1
View File
@@ -1,3 +1,3 @@
3X_UI_HOST=
X_UI_HOST=
XRAY_VMESS_AEAD_FORCED=false
XUI_ENABLE_FAIL2BAN=true