add new Readme with new structure and .env sample
AlpineConsent CI/CD Pipeline / Build and Test AlpineConsent (push) Failing after 45s

This commit is contained in:
2026-08-17 00:15:14 +02:00
parent dcd826fef0
commit b39167bfb5
3 changed files with 50 additions and 30 deletions
+17
View File
@@ -0,0 +1,17 @@
# Database Credentials
DB_USER=alpine_user
DB_PASSWORD=PASSWORD
DB_NAME=alpine_db
# Redis Credentials
REDIS_PASSWORD=YOUR_REDIS_PASSWORD_HERE
# Domains
GIT_DOMAIN=git.alpineconsent.site
GITEA_RUNNER_TOKEN=TOKEN_HERE
# Versions
GITEA_VERSION=1.22
RUNNER_VERSION=0.6.1
POSTGRES_VERSION=16-alpine
REDIS_VERSION=7-alpine