mirror of
https://github.com/esauflores/toolbox.git
synced 2026-03-09 21:03:59 +00:00
16 lines
345 B
YAML
16 lines
345 B
YAML
services:
|
|
dev-tools:
|
|
# run `just build dev-tools base` first
|
|
image: 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:
|