adding docker and docker compose files to make app ready for deployment

This commit is contained in:
2021-09-05 20:53:21 +02:00
parent d672849a25
commit bf0e8f6306
5 changed files with 44 additions and 7 deletions

7
.env
View File

@@ -1,3 +1,8 @@
DATABASE_URL=sqlite://db/db.db
# PROTOCOL and BASE_URL are used to build links in application
PROTOCOL=http
BASE_URL=localhost:8080
BASE_URL=localhost:8080
# HOST tells the app which address to bind to (do not change for docker) default is 0.0.0.0:8080
# HOST=localhost:8080