CI test
Some checks failed
Build, Push and Deploy / build-and-deploy (push) Failing after 7m37s

This commit is contained in:
Murat Özkorkmaz
2025-10-21 23:58:36 +02:00
parent 39ce995956
commit 9464b75ed4
7 changed files with 349 additions and 10 deletions

30
docker/.env.dist Normal file
View File

@@ -0,0 +1,30 @@
# Deployment
REGISTRY_URL=gitea.example.com
NAMESPACE=my-organisation
REPO_NAME=my-repository
IMAGE_TAG=latest
CI_GITEA_USER=<gitea-user>
CI_GITEA_TOKEN=<gitea-token>
# Application
APP_PORT=8082
SPRING_PROFILES_ACTIVE=dev
APPLICATION_NAME=skamp-api
CORS_ALLOWED_ORIGINS=http://localhost:4200
# PostgreSQL Configuration
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DB=skamp
POSTGRES_USER=dev
POSTGRES_PASSWORD=dev
# Keycloak Configuration
KEYCLOAK_URL=http://localhost:8280
KEYCLOAK_REALM=skamp
KEYCLOAK_ISSUER_URI=http://localhost:8280/realms/skamp
# MinIO (S3) Configuration
MINIO_ENDPOINT=http://localhost:9000
MINIO_ACCESS_KEY=dev
MINIO_SECRET_KEY=dev123456