fix: Fixes service not having a key.
This commit is contained in:
25
compose.yaml
25
compose.yaml
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user