feat: Updates compose file.

This commit is contained in:
2025-04-09 16:29:59 -04:00
parent 562c208ec7
commit 2b7aded13c

View File

@@ -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: