mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 11:39:26 +01:00
Adds environment detection and integration mode to the installer:
- Scans for running Docker Compose projects, NVIDIA GPU runtime,
existing MySQL/Redis containers, and Docker networks
- Offers standalone (full isolated stack) vs integrated mode
- Integrated mode:
- Joins an existing Docker network so NOMAD services are discoverable
by other containers and vice versa
- Optionally reuses existing MySQL with user-provided credentials
- Optionally reuses existing Redis
- Detects NVIDIA containers already using the GPU and confirms
coexistence (Docker/NVIDIA handle time-sharing automatically)
- Generates a tailored compose file (removes unneeded services,
configures external network)
- Persists integration config to /opt/project-nomad/.integration
for use by helper scripts and updates
- NOMAD always manages its own compose file — user's compose is
never modified
|
||
|---|---|---|
| .. | ||
| sidecar-updater | ||
| collect_disk_info.sh | ||
| entrypoint.sh | ||
| install_nomad.sh | ||
| management_compose.yaml | ||
| run_updater_fixes.sh | ||
| start_nomad.sh | ||
| stop_nomad.sh | ||
| uninstall_nomad.sh | ||
| update_nomad.sh | ||
| wikipedia_en_100_mini_2025-06.zim | ||