mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-01 23:44:58 +08:00
20 lines
360 B
YAML
20 lines
360 B
YAML
services:
|
|
dsm:
|
|
container_name: dsm
|
|
image: ghcr.io/vdsm/virtual-dsm
|
|
environment:
|
|
RAM_SIZE: "half"
|
|
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
|