services: pocket-id: image: ghcr.io/pocket-id/pocket-id:v1.3.1 restart: unless-stopped env_file: .env ports: - "3043:1411" volumes: #TODO change this to a more appropriate location - ./data:/app/data # Optional healthcheck healthcheck: test: "curl -f http://localhost:1411/healthz" interval: 1m30s timeout: 5s retries: 2 start_period: 10s