fix: Fixes service not having a key.

This commit is contained in:
2026-02-13 12:21:48 -05:00
parent ea19c770ee
commit 10ecad3d85

View File

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