feat: Add custom .yml for Github Codespaces (#1066)

This commit is contained in:
Kroese
2025-10-15 11:39:36 +02:00
committed by GitHub
parent 48e7a9fff0
commit bc0defd813
2 changed files with 20 additions and 1 deletions

19
.github/codespaces.yml vendored Normal file
View File

@@ -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: on-failure
stop_grace_period: 2m