mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: Add numerous new blueprint templates for various applications
This commit is contained in:
17
blueprints/windows/docker-compose.yml
Normal file
17
blueprints/windows/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
windows:
|
||||
image: dockurr/windows:4.00
|
||||
volumes:
|
||||
- win-storage:/storage
|
||||
environment:
|
||||
- VERSION
|
||||
- KVM
|
||||
devices:
|
||||
# If in .env string 'KVM=N' is not commented, you need to comment line below
|
||||
- /dev/kvm
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
stop_grace_period: 2m
|
||||
|
||||
volumes:
|
||||
win-storage:
|
||||
Reference in New Issue
Block a user