NTP-Timeturner/docker-compose.yml
Chaos Rogers 1db7f520e9 fix: remove duplicate PtpClock reexport and docker-compose version
Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
2025-10-21 23:22:05 +01:00

13 lines
243 B
YAML

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