27 lines
616 B
YAML
27 lines
616 B
YAML
# ignore: true
|
|
# documentation: https://github.com/dockur/windows
|
|
# slogan: Run Windows in a containerized environment.
|
|
# category: productivity
|
|
# tags: windows, virtualization, container, os
|
|
# logo: svgs/windows.svg
|
|
# port: 8006
|
|
|
|
services:
|
|
windows:
|
|
image: dockurr/windows
|
|
volumes:
|
|
- windows-storage:/storage
|
|
environment:
|
|
- SERVICE_URL_WINDOWS_8006
|
|
- VERSION=11
|
|
devices:
|
|
- /dev/kvm:/dev/kvm
|
|
cap_add:
|
|
- NET_ADMIN
|
|
stop_grace_period: 2m
|
|
healthcheck:
|
|
test: ["CMD", "nc", "-z", "127.0.0.1", "8006"]
|
|
interval: 2s
|
|
timeout: 10s
|
|
retries: 10
|