feat: add docker deploy configuration for staging and production

This commit is contained in:
mono
2026-03-15 21:02:46 -05:00
parent 65f8b545c6
commit 95a9a5cb1f
5 changed files with 167 additions and 0 deletions

2
deploy/.env.example Normal file
View File

@@ -0,0 +1,2 @@
VITE_API_IMPLEMENTATION=django
VITE_DJANGO_BASE_URL=http://localhost:7000