cscg ist super
This commit is contained in:
17
2026/cscg/web/knowledge-base/compose.yml
Normal file
17
2026/cscg/web/knowledge-base/compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- chroma-data:/chroma-data
|
||||
- docs-data:/docs
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512M
|
||||
|
||||
volumes:
|
||||
chroma-data:
|
||||
docs-data:
|
||||
Reference in New Issue
Block a user