mirror of
https://github.com/esauflores/toolbox.git
synced 2026-03-09 21:03:59 +00:00
feat: add base compose file for dev-tools service configuration
This commit is contained in:
14
examples/dev-tools/base.compose.yml
Normal file
14
examples/dev-tools/base.compose.yml
Normal 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:
|
||||||
Reference in New Issue
Block a user