Installation

Installation

In diesem Abschnitt wird beschrieben, wie du VSFV in einer Produktionsumgebung mit Docker Compose installierst und betreibst.

VSFV bietet zwei Deployment-Varianten:

Voraussetzungen

Konfiguration

Erstelle eine .env-Datei im Projektverzeichnis mit folgenden Variablen:

# Pflichtangaben
AUTH_SECRET="ein-sicherer-zufaelliger-string"
GITLAB_CLIENT_ID="deine-oauth-client-id"
GITLAB_CLIENT_SECRET="dein-oauth-client-secret"
GITLAB_ISSUER="https://gitlab.example.com/oauth/authorize"
ORGANISATION_NAME="Deine Organisation"

# Optional: App-Version (Standard: latest)
VERSION="latest"