mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-20 04:09:06 +00:00
fix: remove persistent_configs of images (#28)
This commit is contained in:
@@ -74,13 +74,4 @@ volumes:
|
||||
- mountPath: /app
|
||||
description: Application directory
|
||||
|
||||
persistent_configs:
|
||||
- source: "/home/cubbi/.aider"
|
||||
target: "/cubbi-config/aider-settings"
|
||||
type: "directory"
|
||||
description: "Aider configuration and history"
|
||||
|
||||
- source: "/home/cubbi/.cache/aider"
|
||||
target: "/cubbi-config/aider-cache"
|
||||
type: "directory"
|
||||
description: "Aider cache directory"
|
||||
persistent_configs: []
|
||||
|
||||
@@ -54,13 +54,4 @@ volumes:
|
||||
- mountPath: /app
|
||||
description: Application directory
|
||||
|
||||
persistent_configs:
|
||||
- source: "/home/cubbi/.claude"
|
||||
target: "/cubbi-config/claude-settings"
|
||||
type: "directory"
|
||||
description: "Claude Code settings and configuration"
|
||||
|
||||
- source: "/home/cubbi/.cache/claude"
|
||||
target: "/cubbi-config/claude-cache"
|
||||
type: "directory"
|
||||
description: "Claude Code cache directory"
|
||||
persistent_configs: []
|
||||
|
||||
@@ -40,12 +40,4 @@ volumes:
|
||||
- mountPath: /app
|
||||
description: Application directory
|
||||
|
||||
persistent_configs:
|
||||
- source: "/home/cubbi/.config/crush"
|
||||
target: "/cubbi-config/crush-config"
|
||||
type: "directory"
|
||||
description: "Crush configuration directory"
|
||||
- source: "/app/.crush"
|
||||
target: "/cubbi-config/crush-app"
|
||||
type: "directory"
|
||||
description: "Crush application data and sessions"
|
||||
persistent_configs: []
|
||||
|
||||
@@ -28,8 +28,4 @@ volumes:
|
||||
- mountPath: /app
|
||||
description: Application directory
|
||||
|
||||
persistent_configs:
|
||||
- source: "/app/.goose"
|
||||
target: "/cubbi-config/goose-app"
|
||||
type: "directory"
|
||||
description: "Goose memory"
|
||||
persistent_configs: []
|
||||
|
||||
@@ -13,16 +13,4 @@ volumes:
|
||||
- mountPath: /app
|
||||
description: Application directory
|
||||
|
||||
persistent_configs:
|
||||
- source: "/home/cubbi/.config/opencode"
|
||||
target: "/cubbi-config/config-opencode"
|
||||
type: "directory"
|
||||
description: "Opencode configuration"
|
||||
- source: "/home/cubbi/.local/state/opencode"
|
||||
target: "/cubbi-config/state-opencode"
|
||||
type: "directory"
|
||||
description: "Opencode state"
|
||||
- source: "/home/cubbi/.cache/opencode"
|
||||
target: "/cubbi-config/cache-opencode"
|
||||
type: "directory"
|
||||
description: "Opencode cache"
|
||||
persistent_configs: []
|
||||
|
||||
Reference in New Issue
Block a user