services: bunny-bouncer: build: . container_name: crowdsec-bunny-bouncer restart: unless-stopped env_file: .env network_mode: host healthcheck: test: ["CMD", "python", "-c", "import os, sys; sys.exit(0 if os.path.exists('/tmp/bouncer-healthy') else 1)"] interval: 30s timeout: 5s retries: 3 start_period: 15s