feat: add MacOS template

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

View File

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