mirror of
https://github.com/esauflores/toolbox.git
synced 2026-03-09 21:03:59 +00:00
19 lines
321 B
YAML
19 lines
321 B
YAML
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
|