Some checks failed
deploy-authentik / deploy (push) Failing after 2s
- Docker Compose configuration with PostgreSQL, Redis, server and worker - Authentik version 2025.8.4 (latest stable) - Gitea Actions workflow for automated deployment - Environment configuration template - Directory structure for media, templates and certificates
23 lines
230 B
Plaintext
23 lines
230 B
Plaintext
# Environment variables
|
|
.env
|
|
|
|
# Authentik data directories
|
|
media/
|
|
certs/
|
|
|
|
# Docker volumes data (if using local binding)
|
|
postgresql-data/
|
|
redis-data/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|