Initial Authentik setup with docker-compose
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
This commit is contained in:
2025-10-04 15:15:58 -06:00
commit 9ac3eb8dc1
3 changed files with 162 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# 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