mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-12-29 08:01:36 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
||||
- TRUST_PROXY_HEADER=true
|
||||
- CASE_SENSITIVE_USERNAME=true
|
||||
- DB_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_NAME}
|
||||
image: svhd/logto:1.27.0
|
||||
image: svhd/logto:1.28.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -62,7 +62,7 @@ RELAY_USER=
|
||||
RELAY_PASSWORD=
|
||||
|
||||
# 网络代理
|
||||
http_proxy=
|
||||
HTTP_PROXY=
|
||||
|
||||
# 固定域名解析 [必填]
|
||||
DOMAIN_HOSTS1=localhost:127.0.0.1
|
||||
|
||||
@@ -177,7 +177,7 @@ additionalProperties:
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: http_proxy
|
||||
envKey: HTTP_PROXY
|
||||
labelZh: 网络代理
|
||||
labelEn: Network proxy
|
||||
required: false
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
- SSL_CERT_PATH=/tmp/dms/certs/${CERTS_PUBLIC_CRT:-public.crt}
|
||||
- SSL_KEY_PATH=/tmp/dms/certs/${CERTS_PRIVATE_KEY:-private.key}
|
||||
- SPOOF_PROTECTION=1
|
||||
- https_proxy=${http_proxy}
|
||||
- HTTPS_PROXY=${HTTP_PROXY:-}
|
||||
extra_hosts:
|
||||
- ${DOMAIN_HOSTS1:-localhost:127.0.0.1}
|
||||
healthcheck:
|
||||
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- PGID=1000
|
||||
- UMASK=022
|
||||
- TZ=Asia/Shanghai
|
||||
image: linuxserver/radarr:5.23.3
|
||||
image: linuxserver/radarr:5.24.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
Reference in New Issue
Block a user