NTP-Timeturner/docker-compose.yml
Chaos Rogers 98963b0b9a feat: enable mock serial port via HACI_SERIAL_PORT and update logs
Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
2025-10-21 23:44:29 +01:00

15 lines
303 B
YAML

services:
haci:
build:
context: .
dockerfile: Dockerfile
container_name: haci
environment:
- RUST_LOG=info
- MOCK_TEENSY=1
- HACI_SERIAL_PORT=/dev/ttyACM0
ports:
- "8080:8080"
volumes:
- ./static:/app/static:ro
restart: unless-stopped