Initial commit for Health-API

This commit is contained in:
2026-03-26 18:53:32 +01:00
commit 279cb46f06
4 changed files with 92 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
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