Improve setup'
This commit is contained in:
@@ -52,18 +52,15 @@ services:
|
||||
dockerfile: Dockerfile.mcpbox
|
||||
ports:
|
||||
- "8080"
|
||||
environment:
|
||||
- DEBUG=true
|
||||
volumes:
|
||||
- ./volqumes/mcpbox:/app/data
|
||||
- ./volumes/mcpbox:/app/data
|
||||
# share docker socket if you want it to be able to run docker commands
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:8080/processes"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
depends_on:
|
||||
localai:
|
||||
condition: service_healthy
|
||||
|
||||
localagi:
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user