Add initial configuration files and monitoring script for ESP32 integration
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
heart-listener:
|
||||
image: python:3.14-slim
|
||||
container_name: uptime-heart-listener
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
command: >
|
||||
bash -c "pip install -r requirements.txt && python listen.py"
|
||||
volumes:
|
||||
- ./:/app
|
||||
network_mode: host
|
||||
Reference in New Issue
Block a user