This commit is contained in:
10
compose.yml
10
compose.yml
@@ -116,14 +116,14 @@ services:
|
||||
PGID: ${PGID}
|
||||
PORT: 8001
|
||||
|
||||
orca-slicer-api:
|
||||
image: ghcr.io/maziggy/orca-slicer-api:latest
|
||||
container_name: orca-slicer-api
|
||||
bambu-studio-api:
|
||||
image: ghcr.io/maziggy/bambu-studio-api:latest
|
||||
container_name: bambu-studio-api
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3003:3000"
|
||||
- "3001:3000"
|
||||
volumes:
|
||||
- ${DATA}/bambuddy/orca:/app/data
|
||||
- ${DATA}/bambuddy/studio:/app/data
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: "3000"
|
||||
|
||||
Reference in New Issue
Block a user