mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Try provide docker setup
This commit is contained in:
28
docker/docspell.conf
Normal file
28
docker/docspell.conf
Normal 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user