We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7e107 commit a125eaaCopy full SHA for a125eaa
docker-compose.yaml
@@ -14,11 +14,10 @@ services:
14
- LSGET_DIR=${LSGET_DIR:-/data}
15
- LSGET_LOGFILE=${LSGET_LOGFILE:-/logs/access.log}
16
- LSGET_CATMAX=${LSGET_CATMAX:-4096}
17
- - LSGET_BASEURL=${LSGET_BASEURL:-${SERVICE_URL_LSGET:-}}
+ - LSGET_BASEURL=${SERVICE_URL_LSGET}
18
- LSGET_SITEMAP=${LSGET_SITEMAP:-0}
19
- LSGET_PID=${LSGET_PID:-}
20
# Optional: Service discovery
21
- - SERVICE_URL_LSGET_8080
22
# Note: Healthcheck removed for distroless compatibility (no shell/curl)
23
# Platforms like Coolify, Kubernetes, etc. should use external health checks
24
# Example external check: curl http://localhost:8080/
0 commit comments