Skip to content

Instantly share code, notes, and snippets.

@Nathan22211
Created July 22, 2025 18:17
Show Gist options
  • Save Nathan22211/921056d71c0a42a56e2f5112f368a6c1 to your computer and use it in GitHub Desktop.
Save Nathan22211/921056d71c0a42a56e2f5112f368a6c1 to your computer and use it in GitHub Desktop.
services:
orcaslicer:
image: lscr.io/linuxserver/orcaslicer:latest
container_name: orcaslicer
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/config:/config
- /home/dwa/OMV:/config/STLs
ports:
- 3000:3000
- 3001:3001
restart: unless-stopped
freecad:
image: lscr.io/linuxserver/freecad:latest
container_name: freecad
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/config:/config
ports:
- 3002:3000
- 3003:3001
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment