mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
22 lines
436 B
YAML
22 lines
436 B
YAML
services:
|
|
haci:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: haci
|
|
environment:
|
|
- 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
|