This commit is contained in:
18
compose.yml
18
compose.yml
@@ -116,6 +116,24 @@ services:
|
|||||||
PGID: ${PGID}
|
PGID: ${PGID}
|
||||||
PORT: 8001
|
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:
|
code-server:
|
||||||
container_name: code-server
|
container_name: code-server
|
||||||
image: lscr.io/linuxserver/code-server:latest
|
image: lscr.io/linuxserver/code-server:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user