Merge pull request #552 from bjeanes/dc-scale-joex

Allow scaling joex with `docker-compose up --scale`
This commit is contained in:
eikek 2021-01-09 01:15:15 +01:00 committed by GitHub
commit 305f838239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,6 @@ services:
joex:
image: eikek0/docspell:joex-LATEST
container_name: docspell-joex
restart: unless-stopped
env_file: ./.env
ports:

View File

@ -27,7 +27,8 @@ docspell.server {
}
docspell.joex {
base-url = "http://joex:7878"
app-id = "joex-"${HOSTNAME}
base-url = "http://"${HOSTNAME}":7878"
bind {
address = "0.0.0.0"
}