coolify/templates/compose/windows.yaml

27 lines
616 B
YAML
Raw Normal View History

# ignore: true
2024-11-13 20:37:18 +00:00
# documentation: https://github.com/dockur/windows
# slogan: Run Windows in a containerized environment.
# category: productivity
2024-11-13 20:37:18 +00:00
# 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
2024-11-13 20:37:18 +00:00
- VERSION=11
devices:
- /dev/kvm:/dev/kvm
2024-11-13 20:37:18 +00:00
cap_add:
- NET_ADMIN
stop_grace_period: 2m
healthcheck:
test: ["CMD", "nc", "-z", "127.0.0.1", "8006"]
interval: 2s
timeout: 10s
retries: 10