services: health-api: build: . restart: always ports: - "8000:8000" env_file: - .env volumes: - /root/flash_led.py:/root/flash_led.py - /sys:/sys privileged: true