feat: add Windows template

This commit is contained in:
Adrian Barrio
2024-11-13 21:37:18 +01:00
parent 4b0d3cb93f
commit ee2c0f00ca
2 changed files with 23 additions and 0 deletions

1
public/svgs/windows.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="88" width="88" xmlns:v="https://vecta.io/nano"><path d="M0 12.402l35.687-4.86.016 34.423-35.67.203zm35.67 33.529l.028 34.453L.028 75.48.026 45.7zm4.326-39.025L87.314 0v41.527l-47.318.376zm47.329 39.349l-.011 41.34-47.318-6.678-.066-34.739z" fill="#00adef"/></svg>

After

Width:  |  Height:  |  Size: 311 B

View File

@@ -0,0 +1,22 @@
# documentation: https://github.com/dockur/windows
# slogan: Run Windows in a containerized environment.
# tags: windows, virtualization, container, os
# logo: svgs/windows.svg
# port: 8006
services:
windows:
image: dockurr/windows
volumes:
- windows-storage:/storage
environment:
- SERVICE_FQDN_WINDOWS_8006
- VERSION=11
cap_add:
- NET_ADMIN
stop_grace_period: 2m
healthcheck:
test: ["CMD", "nc", "-z", "127.0.0.1", "8006"]
interval: 2s
timeout: 10s
retries: 10