set up docker env
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
FLASK_APP=app.py
|
||||
FLASK_ENV=production
|
||||
UPLOAD_FOLDER=/app/uploads
|
||||
DATABASE_URL=postgresql://postgres:postgres@db:5432/docupulse
|
||||
DATABASE_URL=postgresql://postgres:1253@localhost:5432/docupulse
|
||||
SECRET_KEY=your-secure-secret-key-here
|
||||
|
||||
# Database service environment variables
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_PASSWORD=1253
|
||||
POSTGRES_DB=docupulse
|
||||
Reference in New Issue
Block a user