Skip to content

Commit a125eaa

Browse files
committed
fix: for coolify deployments
1 parent ec7e107 commit a125eaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ services:
1414
- LSGET_DIR=${LSGET_DIR:-/data}
1515
- LSGET_LOGFILE=${LSGET_LOGFILE:-/logs/access.log}
1616
- LSGET_CATMAX=${LSGET_CATMAX:-4096}
17-
- LSGET_BASEURL=${LSGET_BASEURL:-${SERVICE_URL_LSGET:-}}
17+
- LSGET_BASEURL=${SERVICE_URL_LSGET}
1818
- LSGET_SITEMAP=${LSGET_SITEMAP:-0}
1919
- LSGET_PID=${LSGET_PID:-}
2020
# Optional: Service discovery
21-
- SERVICE_URL_LSGET_8080
2221
# Note: Healthcheck removed for distroless compatibility (no shell/curl)
2322
# Platforms like Coolify, Kubernetes, etc. should use external health checks
2423
# Example external check: curl http://localhost:8080/

0 commit comments

Comments
 (0)