Add document AI gen support

This commit is contained in:
Joey Yakimowich-Payne 2026-01-13 22:48:43 -07:00
commit 028bab23fd
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
11 changed files with 1270 additions and 170 deletions

View file

@ -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: