You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,48 @@ We are migrating the tracker to a new infrastructure on Hetzner, involving:
40
40
- Migrating the database from SQLite to MySQL
41
41
- Implementing Infrastructure as Code for reproducible deployments
42
42
43
+
## 🏗️ Twelve-Factor Architecture
44
+
45
+
This project implements a complete twelve-factor app architecture with clear separation between infrastructure provisioning and application deployment:
46
+
47
+
### Current Working Architecture (Twelve-Factor Compliant)
0 commit comments