mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-01-22 13:31:02 +08:00
feat: Update Github Codespaces configuration (#1070)
This commit is contained in:
19
.github/codespaces.yml
vendored
19
.github/codespaces.yml
vendored
@@ -1,19 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user