mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +02:00
24 lines
392 B
YAML
24 lines
392 B
YAML
name: "winapps"
|
|
|
|
volumes:
|
|
data:
|
|
|
|
services:
|
|
windows:
|
|
image: dockurr/windows
|
|
container_name: windows
|
|
environment:
|
|
VERSION: "tiny11"
|
|
RAM_SIZE: "4G"
|
|
CPU_CORES: "4"
|
|
privileged: true
|
|
ports:
|
|
- 8006:8006
|
|
- 3389:3389/tcp
|
|
- 3389:3389/udp
|
|
stop_grace_period: 2m
|
|
restart: on-failure
|
|
volumes:
|
|
- data:/storage
|
|
- ./oem:/oem
|