bloody murder.... ship or bust here we go...

This commit is contained in:
2025-11-05 15:53:19 -06:00
parent d27cf46606
commit 35b96b0e90
1810 changed files with 39 additions and 213819 deletions

View File

@@ -1,23 +0,0 @@
services:
toolbox-base:
container_name: tsysdevstack-toolboxstack-toolbox-base
image: ${TOOLBOX_IMAGE:-tsysdevstack-toolboxstack-toolbox-base:release-current}
build:
context: .
args:
USER_ID: ${LOCAL_UID:-1000}
GROUP_ID: ${LOCAL_GID:-1000}
USERNAME: ${LOCAL_USERNAME:-toolbox}
user: "${LOCAL_UID:-1000}:${LOCAL_GID:-1000}"
working_dir: /workspace
command: ["sleep", "infinity"]
init: true
tty: true
stdin_open: true
volumes:
- .:/workspace:rw
- ${HOME}/.local/share/mise:/home/toolbox/.local/share/mise:rw
- ${HOME}/.cache/mise:/home/toolbox/.cache/mise:rw
# AI CLI tool configuration and cache directories
- ${HOME}/.config/openai:/home/toolbox/.config/openai:rw
- ${HOME}/.cache/openai:/home/toolbox/.cache/openai:rw