feat(knowledge): add service library
This commit is contained in:
parent
ecab0fe6b6
commit
228da8f814
32 changed files with 2878 additions and 6 deletions
|
|
@ -20,6 +20,11 @@ services:
|
|||
INITIAL_ADMIN_PASSWORD: ${INITIAL_ADMIN_PASSWORD:-}
|
||||
INITIAL_ADMIN_FIRST_NAME: ${INITIAL_ADMIN_FIRST_NAME:-}
|
||||
INITIAL_ADMIN_LAST_NAME: ${INITIAL_ADMIN_LAST_NAME:-}
|
||||
KNOWLEDGE_STORAGE_PATH: ${KNOWLEDGE_STORAGE_PATH:-/data/knowledge}
|
||||
KNOWLEDGE_MAX_UPLOAD_MB: ${KNOWLEDGE_MAX_UPLOAD_MB:-50}
|
||||
|
||||
volumes:
|
||||
- knowledge-data:/data/knowledge
|
||||
|
||||
expose:
|
||||
- "8000"
|
||||
|
|
@ -53,3 +58,6 @@ services:
|
|||
networks:
|
||||
olympus-network:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
knowledge-data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue