mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
feat: add development mode flag HACI_DEV and PTP status fields in API/UI
Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
This commit is contained in:
parent
ee4a5a3630
commit
d8eb1f9824
6 changed files with 115 additions and 1 deletions
|
|
@ -8,8 +8,15 @@ services:
|
|||
- RUST_LOG=info
|
||||
- MOCK_TEENSY=1
|
||||
- HACI_SERIAL_PORT=/dev/ttyACM0
|
||||
- HACI_DEV=1
|
||||
- RUN_STATIME=1
|
||||
- PTP_INTERFACE=eth0
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./static:/app/static:ro
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- SYS_NICE
|
||||
- SYS_TIME
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue