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: services:
image: ghcr.io/m-housh/hvactoolbox:main hvactoolbox:
container_name: hvactoolbox image: ghcr.io/m-housh/hvactoolbox:main
restart: unless-stopped container_name: hvactoolbox
healthcheck: restart: unless-stopped
test: curl --fail --silent http://0.0.0.0:8080/health healthcheck:
interval: 1m test: curl --fail --silent http://0.0.0.0:8080/health
timeout: 10s interval: 1m
retries: 3 timeout: 10s
security_opt: retries: 3
- no-new-privileges:true security_opt:
networks: - no-new-privileges:true
- proxy networks:
- proxy
networks: networks:
proxy: proxy: