aefrss / scripts /bootstrap.sh
mohamedkh001
Deploy AEFRS complete system with models and services
ea93121
raw
history blame contribute delete
248 Bytes
#!/usr/bin/env bash
set -euo pipefail
mkdir -p artifacts/models artifacts/manifests artifacts/vector_index artifacts/metadata
if [ ! -f .env ]; then
cp .env.example .env
fi
docker compose -f infrastructure/docker/docker-compose.yml up --build -d