feat: add base compose file for dev-tools service configuration

This commit is contained in:
2026-03-09 21:38:43 +07:00
parent db0d8c8a45
commit 87ab9a2375

View File

@@ -0,0 +1,14 @@
services:
dev-tools:
image: git.fastwaydata.com/esauflores/dev-tools:base
restart: no
environment:
- GITHUB_TOKEN=${GITHUB_TOKEN}
# MISE environment variables
# - MISE_DATA_DIR=/tools/mise
# - MISE_CONFIG_DIR=/tools/config
volumes:
- dev-tools-data:/tools
volumes:
dev-tools-data: