feat(v4): add docker-compose and production-ready application

This commit is contained in:
2026-07-09 10:15:44 +03:30
parent 2112e00982
commit ece63caa22
13 changed files with 482 additions and 30 deletions

3
.gitignore vendored
View File

@@ -8,6 +8,9 @@ db.sqlite3
backend/media/
backend/staticfiles/
.env
.env.production
backend/.env.production
frontend/.env.production
node_modules/
dist/
coverage/