services: pocket-id: image: stonith404/pocket-id:latest restart: unless-stopped env_file: .env ports: - 3000:80 volumes: - "./data:/app/backend/data" # Optional healthcheck healthcheck: test: "curl -f http://localhost/health" interval: 1m30s timeout: 5s retries: 2 start_period: 10s