mirror of
https://github.com/helfrichmichael/prusaslicer-novnc.git
synced 2024-08-30 18:32:27 +00:00
17 lines
376 B
YAML
17 lines
376 B
YAML
---
|
|
version: "2.1"
|
|
services:
|
|
prusaslicer-novnc:
|
|
image: mikeah/prusaslicer-novnc
|
|
build: .
|
|
environment:
|
|
- SSL_CERT_FILE="/etc/ssl/certs/ca-certificates.crt"
|
|
#- NVIDIA_DRIVER_CAPABILITIES="all"
|
|
#- NVIDIA_VISIBLE_DEVICES="all"
|
|
volumes:
|
|
- ./prints:/prints/
|
|
- ./data:/configs/
|
|
ports:
|
|
- 8080:8080
|
|
restart: unless-stopped
|