Add document AI gen support
This commit is contained in:
parent
16007cc3aa
commit
028bab23fd
11 changed files with 1270 additions and 170 deletions
|
|
@ -110,7 +110,7 @@ services:
|
|||
OIDC_INTERNAL_JWKS_URI: http://authentik-server:9000/application/o/kaboot/jwks/
|
||||
CORS_ORIGIN: ${CORS_ORIGIN:-http://localhost:5173}
|
||||
volumes:
|
||||
- kaboot-data:/data
|
||||
- ./data:/data
|
||||
ports:
|
||||
- "${KABOOT_BACKEND_PORT:-3001}:3001"
|
||||
depends_on:
|
||||
|
|
@ -121,7 +121,6 @@ services:
|
|||
volumes:
|
||||
postgresql-data:
|
||||
redis-data:
|
||||
kaboot-data:
|
||||
|
||||
networks:
|
||||
kaboot-network:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue