Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Improve compose file #146

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,24 @@ services:
osx:
image: dockurr/macos
container_name: macos
restart: unless-stopped
environment:
VERSION: "13"
VERSION: "15"
DISK_SIZE: "256G"
RAM_SIZE: "4G"
CPU_CORES: "4"
# un-comment for usb pass through
# ARGUMENTS: "-device usb-host,vendorid=0x1234,productid=0x1234"
volumes:
- ./osx:/storage
devices:
- /dev/kvm
# un-comment for usb pass through
# - /dev/bus/usb
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 5900:5900/tcp
- 5900:5900/udp
- 8006:8006 # HTTP GUI
- 5900:5900/tcp # VNC
- 5900:5900/udp # VNC
stop_grace_period: 2m