mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
adding docker and docker compose files to make app ready for deployment
This commit is contained in:
7
.env
7
.env
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user