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