diff --git a/.github/codespaces.yml b/.github/codespaces.yml new file mode 100644 index 0000000..f133abb --- /dev/null +++ b/.github/codespaces.yml @@ -0,0 +1,19 @@ +services: + dsm: + container_name: dsm + image: vdsm/virtual-dsm + environment: + RAM_SIZE: "max" + DISK_SIZE: "max" + CPU_CORES: "max" + devices: + - /dev/kvm + - /dev/net/tun + cap_add: + - NET_ADMIN + ports: + - 5000:5000 + volumes: + - ./dsm:/storage + restart: always + stop_grace_period: 2m