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