Initial commit for Health-API
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user