[update]: Database schema

This commit is contained in:
VivianDee
2025-03-28 15:49:37 +01:00
parent bc8f8e2cdd
commit 68ad9e35a1
8 changed files with 38 additions and 42 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
version: '3.8'
services:
db:
image: postgres:13
@@ -24,7 +22,7 @@ services:
environment:
- FLASK_APP=wsgi.py
- FLASK_ENV=development
- DATABASE_URL=postgresql+psycopg2://${DATABASE_USER}:${DATABASE_PASSWORD}@db:${DATABASE_PORT}/${DATABASE_NAME}?options=-csearch_path%3Dflask_app
- DATABASE_URL=postgresql+psycopg2://${DATABASE_USER}:${DATABASE_PASSWORD}@db:${DATABASE_PORT}/${DATABASE_NAME}
volumes:
- .:/app
depends_on: