services: trace: build: . restart: unless-stopped env_file: .env ports: ["${HOST_PORT:-3082}:3082"] volumes: - trace-data:/app/data - ../goonk:/repos/goonk:ro volumes: trace-data: