Remove order model (#45)

* Add environment name

* Remove orders models
This commit is contained in:
Niklas Fondberg
2022-01-31 10:24:19 +01:00
committed by GitHub
parent a5a05b0df5
commit 0b0e4f99f8
9 changed files with 6 additions and 196 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ services:
ports:
- "1881:80"
environment:
- SQLALCHEMY_DATABASE_URI=postgresql://fondberg:@docker.for.mac.localhost/photowall
- SQLALCHEMY_DATABASE_URI=postgresql://photowall:photowall@docker.for.mac.localhost/photowall
- API_KEYS=[]
- DEBUG=True
# - SQLALCHEMY_TRACK_MODIFICATIONS=True # change in prestart.sh