mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-23 13:49:06 +00:00
* refactor: rework how image are defined, in order to create others wrapper for others tools * refactor: fix issues with ownership * refactor: image share now information with others images type * fix: update readme
39 lines
789 B
YAML
39 lines
789 B
YAML
name: goose
|
|
description: Goose AI environment
|
|
version: 1.0.0
|
|
maintainer: team@monadical.com
|
|
image: monadical/cubbi-goose:latest
|
|
|
|
init:
|
|
pre_command: /cubbi-init.sh
|
|
command: /entrypoint.sh
|
|
|
|
environment:
|
|
- name: LANGFUSE_INIT_PROJECT_PUBLIC_KEY
|
|
description: Langfuse public key
|
|
required: false
|
|
sensitive: true
|
|
|
|
- name: LANGFUSE_INIT_PROJECT_SECRET_KEY
|
|
description: Langfuse secret key
|
|
required: false
|
|
sensitive: true
|
|
|
|
- name: LANGFUSE_URL
|
|
description: Langfuse API URL
|
|
required: false
|
|
default: https://cloud.langfuse.com
|
|
|
|
ports:
|
|
- 8000
|
|
|
|
volumes:
|
|
- mountPath: /app
|
|
description: Application directory
|
|
|
|
persistent_configs:
|
|
- source: "/app/.goose"
|
|
target: "/cubbi-config/goose-app"
|
|
type: "directory"
|
|
description: "Goose memory"
|