Commit graph

2 commits

Author SHA1 Message Date
00165e9fef chore: 3-stage Docker build from source, rename image to authelia-api
- Dockerfile builds Go source in stage 2 (golang:1.22) instead of
  copying pre-built binary
- Image renamed to git24hcom/authelia-api:latest
- docker-compose.yml: updated image name, added build directive
- .gitignore: ignore root-level authelia-api binary
- Removed pre-built binary from git tracking (now built in Docker)
2026-07-15 16:55:28 +00:00
root
0d86609798 Add Docker container combining Authelia + Authelia-API
- Multi-stage Dockerfile (Authelia v4.39.20 + authelia-api binary)
- Entrypoint script with bootstrap, health monitoring, graceful shutdown
- docker-compose.yml for volume-based deployment
- Example config and user DB placeholder
- README updated with Docker deployment docs
2026-06-24 18:54:27 +00:00