# Use port 443 (HTTPS) which Tailscale typically allows services: bttoxin: image: bttoxin-pipeline:latest container_name: bttoxin-pipeline ports: - "443:8000" # Use HTTPS port 443 volumes: - ../../jobs:/app/jobs environment: - JOBS_DIR=/app/jobs restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/api/health"] interval: 30s timeout: 10s retries: 3