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
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:
@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user