Create compose.yml
Docker / build (push) Canceled after 25s

This commit is contained in:
2026-07-18 01:19:59 +12:00
parent 7ad57bb981
commit fd81eeb21e
+17
View File
@@ -0,0 +1,17 @@
services:
cloudrite:
image: git.cloudrite.co.nz/asowneryt/computer-repair:main
container_name: computer-repair
restart: unless-stopped
ports:
- "3000:3000"
healthcheck:
test:
- CMD
- node
- -e
- "fetch('http://127.0.0.1:3000/').then(r => process.exit(r.ok ? 0 : 1)).catch(() => process.exit(1))"
interval: 30s
timeout: 5s
retries: 3
start_period: 20s