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