mirror of
https://github.com/esauflores/toolbox.git
synced 2026-03-09 21:03:59 +00:00
chore: initial commit
This commit is contained in:
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user