prusaslicer-novnc/docker-compose.yml
vajonam 717f1cd63a docs: change res
Signed-off-by: vajonam <152501+vajonam@users.noreply.github.com>
2024-04-03 11:42:15 -04:00

18 lines
523 B
YAML

---
version: "2.1"
services:
prusaslicer-novnc:
image: mikeah/prusaslicer-novnc
container_name: prusaslicer-novnc
environment:
- SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
- NVIDIA_VISIBLE_DEVICES=0
- NVIDIA_DRIVER_CAPABILITIES=all
- DISPLAY=:1
- VNC_RESOLUTION=1920x1080
volumes:
- ./prints:/prints/
- ./data:/configs/
network_mode: host # THIS IS NEEDED FOR VIRTUALGL IMPORTANT, haven'tt figured out how to remove this yet
restart: unless-stopped