mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 19:09:32 +00:00
Merge pull request #552 from bjeanes/dc-scale-joex
Allow scaling joex with `docker-compose up --scale`
This commit is contained in:
commit
305f838239
@ -15,7 +15,6 @@ services:
|
|||||||
|
|
||||||
joex:
|
joex:
|
||||||
image: eikek0/docspell:joex-LATEST
|
image: eikek0/docspell:joex-LATEST
|
||||||
container_name: docspell-joex
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: ./.env
|
env_file: ./.env
|
||||||
ports:
|
ports:
|
||||||
|
@ -27,7 +27,8 @@ docspell.server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
docspell.joex {
|
docspell.joex {
|
||||||
base-url = "http://joex:7878"
|
app-id = "joex-"${HOSTNAME}
|
||||||
|
base-url = "http://"${HOSTNAME}":7878"
|
||||||
bind {
|
bind {
|
||||||
address = "0.0.0.0"
|
address = "0.0.0.0"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user