Chatwoot, Arcane deployment
Docker / build (push) Successful in 1m35s

This commit is contained in:
2026-07-18 00:40:53 +12:00
parent 1da82b9d30
commit 19dcce5d59
10 changed files with 137 additions and 18 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
cloudrite:
image: git.cloudrite.co.nz/asowneryt/cloudrite:main
container_name: cloudrite
restart: unless-stopped
ports:
- "3000:3000"
env_file:
- path: .env
required: false
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