services: wxcc-jira-grok: build: . ports: - "1866:1866" env_file: - .env restart: unless-stopped # Optional: healthcheck at compose level healthcheck: test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:1866/health"] interval: 30s timeout: 8s start_period: 15s retries: 3