diff --git a/docker-compose.yaml b/docker-compose.yaml index cf4a2e22c..aa549d7bc 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,9 +1,7 @@ services: fabro: - image: fabro - build: - context: . - dockerfile: Dockerfile + image: ghcr.io/fabro-sh/fabro:nightly + platform: linux/amd64 ports: - "32276:32276" volumes: diff --git a/railway.toml b/railway.toml index a2fd17275..5e107cc2b 100644 --- a/railway.toml +++ b/railway.toml @@ -3,5 +3,6 @@ builder = "dockerfile" dockerfilePath = "Dockerfile.deploy" [deploy] +healthcheckPath = "/health" restartPolicyType = "on_failure" restartPolicyMaxRetries = 5