From 10ecad3d851d7343e38f92c110619f31e931586f Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 13 Feb 2026 12:21:48 -0500 Subject: [PATCH] fix: Fixes service not having a key. --- compose.yaml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/compose.yaml b/compose.yaml index 1a0613f..8ab1910 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,16 +1,17 @@ services: - image: ghcr.io/m-housh/hvactoolbox:main - container_name: hvactoolbox - restart: unless-stopped - healthcheck: - test: curl --fail --silent http://0.0.0.0:8080/health - interval: 1m - timeout: 10s - retries: 3 - security_opt: - - no-new-privileges:true - networks: - - proxy + hvactoolbox: + image: ghcr.io/m-housh/hvactoolbox:main + container_name: hvactoolbox + restart: unless-stopped + healthcheck: + test: curl --fail --silent http://0.0.0.0:8080/health + interval: 1m + timeout: 10s + retries: 3 + security_opt: + - no-new-privileges:true + networks: + - proxy networks: proxy: