# Copy to .env (gitignored) — this is the Docker Compose–level env file, read by # compose.yaml only. It is separate from src/.env, which configures the Laravel # app itself (see src/.env.example and install.md). HOSTNAME=servicedesk.twoja-domena.pl # Database MYSQL_ROOT_PASSWORD=wygeneruj-silne-haslo MYSQL_DATABASE=servicedesk MYSQL_USER=servicedesk MYSQL_PASSWORD=wygeneruj-inne-silne-haslo # Which image tag to deploy (built by CI, see .gitea/workflows/build.yml). # Defaults to "latest" if unset — pin to a specific commit SHA tag to control # exactly when this host picks up a new image. # IMAGE_TAG=latest