Moved frontend out of webserver into it's own container

This commit is contained in:
2025-01-23 11:28:53 +00:00
parent e826311c34
commit c0674c58b4
50 changed files with 41 additions and 12 deletions

5
web_server/.env.example Normal file
View File

@@ -0,0 +1,5 @@
# Example backend variables (for git)
FLASK_SECRET_KEY=your_secret_key_here
STRIPE_SECRET_KEY=sk_test_51112222...
DATABASE_URL=postgresql://user:password@localhost:5432/db_name