v1.0.1
Some checks failed
Build and push image / build (push) Failing after 3m17s

Documentation overhaul (TESTING/CONTRIBUTING/ARCHITECTURE/SECURITY/CLAUDE.md,
CHANGELOG.md, drop unmaintained src/README.md) plus CI-built Docker images:
Gitea Actions now builds and pushes the servicedesk image to the Gitea
container registry on Dockerfile changes, and compose.yaml pulls that image
instead of building locally. No application behavior changes.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-22 01:29:43 +02:00
parent b33b217bdb
commit 13a758779d
13 changed files with 576 additions and 71 deletions

16
.env.example Normal file
View File

@@ -0,0 +1,16 @@
# Copy to .env (gitignored) — this is the Docker Composelevel 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