Enabling testing inside Docker container

This commit is contained in:
2026-03-05 14:57:54 +02:00
parent 03ba3fb3c2
commit 2776f5dfa7
5 changed files with 54 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
DATABASE_URL=postgresql+psycopg2://postgres:postgres@localhost:5432/url_db
BASE_URL=http://localhost:8000
DEBUG=True