fix: replace Dockerfile and add new configuration files for dev-tools setup

This commit is contained in:
2026-03-09 05:23:38 +07:00
parent 82f7ffe33c
commit 662ac1b191
8 changed files with 89 additions and 74 deletions

View File

@@ -0,0 +1,14 @@
services:
dev-tools:
# run `just build dev-tools base` first
image: dev-tools:base
restart: no
environment:
- GITHUB_TOKEN=${GITHUB_TOKEN}
- MISE_DATA_DIR=/tools
- MISE_CONFIG_DIR=/tools/config
volumes:
- dev-tools-data:/tools
volumes:
dev-tools-data: