services: surrealdb: image: surrealdb/surrealdb:latest ports: - "8000:8000" command: - start - --log - trace - --user - root - --pass - root - memory healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/health"] interval: 10s timeout: 5s retries: 5