feat: Initial commit.
This commit is contained in:
18
compose.yaml
Normal file
18
compose.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user