feat: add Windows template
This commit is contained in:
1
public/svgs/windows.svg
Normal file
1
public/svgs/windows.svg
Normal 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 |
22
templates/compose/windows.yaml
Normal file
22
templates/compose/windows.yaml
Normal 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
|
||||
Reference in New Issue
Block a user