feat: Add custom .yml for Github Codespaces

This commit is contained in:
Kroese 2025-10-14 01:24:11 +02:00 committed by GitHub
parent 6281205912
commit fd65eb3957
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: always
stop_grace_period: 2m