feat: use global

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-21 02:22:54 +01:00
parent fbb134bd3c
commit 20d6effa15

View File

@@ -15,7 +15,7 @@ services:
- public
- internal
healthcheck:
test: ["CMD", "/app/forest-server", "--external-host", "http://0.0.0.0:4040", "admin", "status"]
test: ["CMD", "forest-server", "--external-host", "http://0.0.0.0:4040", "admin", "status"]
interval: 10s
timeout: 10s
retries: 3