services: actual_server: image: docker.io/actualbudget/actual-server:latest ports: - "5010:5006" volumes: - ./actual-data:/data healthcheck: test: ["CMD-SHELL", "node src/scripts/health-check.js"] interval: 60s timeout: 10s retries: 3 start_period: 20s restart: unless-stopped