From 2b7aded13ce34c0b58d8fdb5d32d18a3367760c3 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 9 Apr 2025 16:29:59 -0400 Subject: [PATCH] feat: Updates compose file. --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index fd62f87..4393db4 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,11 +13,11 @@ services: ports: - 8082:8080 healthcheck: - test: curl --fail -s http://0.0.0.0:8080/health || exit 1 + test: curl --fail --silent http://0.0.0.0:8080/health || exit 1 interval: 1m timeout: 10s retries: 3 - command: ["serve", "--env", "production", "--hostname", "0.0.0.0", "--port", "8080"] + command: serve --env production --hostname 0.0.0.0 --port 8080 networks: proxy: