orca slicer
All checks were successful
Update Compose File / build (push) Successful in 26s

This commit is contained in:
2026-06-21 17:45:20 -07:00
parent 99e17afa60
commit ea392867d9

View File

@@ -116,6 +116,24 @@ services:
PGID: ${PGID}
PORT: 8001
orca-slicer-api:
image: ghcr.io/maziggy/orca-slicer-api:latest
container_name: orca-slicer-api
restart: unless-stopped
ports:
- "3003:3000"
volumes:
- ${DATA}/bambuddy/orca:/app/data
environment:
NODE_ENV: production
PORT: "3000"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/health"]
interval: 30s
timeout: 5s
start_period: 10s
retries: 3
code-server:
container_name: code-server
image: lscr.io/linuxserver/code-server:latest