services: qemu: image: qemux/qemu container_name: qemu environment: BOOT: "https://download.aro.network/images/aro-client-latest.iso" RAM_SIZE: "32G" CPU_CORES: "12" DISK_SIZE: "400G" devices: - /dev/kvm - /dev/net/tun cap_add: - NET_ADMIN ports: - 13949:8006 volumes: - ./qemu:/storage restart: always stop_grace_period: 2m