This commit is contained in:
Zengtudor 2024-11-02 11:54:17 +08:00
parent fbef481642
commit 89784904a7
2 changed files with 25 additions and 0 deletions

7
.env Normal file
View File

@ -0,0 +1,7 @@
DISK_SIZE=128G
CHAT_PATH=/root/chat
RAM_SIZE=8G
CPU_CORES=4
USERNAME=Zengtudor
PASSWORD=Zengtudor20080607
LANGUAGE=Chinese

18
docker-compose.yml Normal file
View File

@ -0,0 +1,18 @@
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "win11"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m
volumes:
- $CHAT_PATH/storage:/storage
- $CHAT_PATH/share:/data