Try provide docker setup

This commit is contained in:
Eike Kettner
2020-03-31 00:45:43 +02:00
parent efc73c1060
commit 5b21a876aa
5 changed files with 119 additions and 0 deletions

28
docker/docspell.conf Normal file
View File

@ -0,0 +1,28 @@
docspell.server {
base-url = "http://localhost:7880"
bind {
address = "0.0.0.0"
}
backend {
jdbc {
url = "jdbc:postgresql://db:5432/dbname"
user = "dbuser"
password = "dbpass"
}
}
}
docspell.joex {
base-url = "http://joex:7878"
bind {
address = "0.0.0.0"
}
jdbc {
url = "jdbc:postgresql://db:5432/dbname"
user = "dbuser"
password = "dbpass"
}
scheduler {
pool-size = 1
}
}