KI-AGENT: Ergänze Selfhost Curl Installer
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 11s
Build and Push Docker Images / build-frontend (push) Successful in 11s
Build and Push Docker Images / build-website (push) Successful in 11s
Build and Push Docker Images / build-docs (push) Successful in 11s

This commit is contained in:
2026-05-19 22:06:13 +02:00
parent 14470da7dc
commit 0cfa6a691b
3 changed files with 208 additions and 1 deletions

View File

@@ -10,6 +10,14 @@ MODE=""
START_STACK="ask"
FORCE="false"
compose() {
if [[ "${FEDEO_USE_SUDO_DOCKER:-false}" == "true" ]]; then
sudo docker compose "$@"
else
docker compose "$@"
fi
}
usage() {
cat <<'USAGE'
FEDEO Selfhost Setup
@@ -458,7 +466,7 @@ main() {
fi
if [[ "$START_STACK" == "yes" ]]; then
docker compose -f "$COMPOSE_FILE" up -d
compose -f "$COMPOSE_FILE" up -d
else
echo
echo "Start später mit:"