NTP-Timeturner/docker-compose.yml
Chaos Rogers f855cac040 feat: add mock Teensy support with entrypoint and LTC generator
Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
2025-10-21 23:40:14 +01:00

14 lines
265 B
YAML

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