chore: initial commit

This commit is contained in:
2026-03-04 01:43:04 +07:00
commit 7e759a1993
5 changed files with 76 additions and 0 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
services:
dev-tools:
build:
context: .
dockerfile: Dockerfile
args:
- MISE_VERSION=2026.1.7
- TOOLS_DIR=/tools
environment:
- GITHUB_TOKEN=${GITHUB_TOKEN}
volumes:
- dev-tools:/tools
restart: no
volumes:
dev-tools:
name: dev-tools
external: true