NTP-Timeturner/docker-compose.yml
Chaos Rogers e5a2c52120 chore: drop ptp-probe/statime and run haci in Docker
Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
2025-10-21 23:13:35 +01:00

15 lines
259 B
YAML

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