feat: brain-compose.yml v0.2.0 + registre local + gitignore + README étape 2b
This commit is contained in:
23
brain-compose.local.yml.example
Normal file
23
brain-compose.local.yml.example
Normal file
@@ -0,0 +1,23 @@
|
||||
# brain-compose.local.yml — Registre machine
|
||||
# NON VERSIONNÉ — gitignored. Spécifique à cette machine.
|
||||
# Copier depuis brain-compose.local.yml.example, remplir, NE PAS commiter.
|
||||
|
||||
kernel_path: <BRAIN_ROOT>
|
||||
kernel_version: "0.2.0"
|
||||
last_kernel_sync: "<YYYY-MM-DD>"
|
||||
|
||||
instances:
|
||||
prod:
|
||||
path: <BRAIN_ROOT>
|
||||
brain_name: prod
|
||||
feature_set: full
|
||||
config_status: hydrated # hydrated / partial / empty
|
||||
active: true
|
||||
|
||||
# Exemple — instance client ou template-test :
|
||||
# template-test:
|
||||
# path: <BRAIN_ROOT>-test
|
||||
# brain_name: template-test
|
||||
# feature_set: full
|
||||
# config_status: partial
|
||||
# active: false
|
||||
Reference in New Issue
Block a user