mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Docker: Add db container as dependencies in compose file
This commit is contained in:
@ -43,6 +43,7 @@ services:
|
||||
- DOCSPELL_SERVER_BACKEND_ADDONS_ENABLED=false
|
||||
depends_on:
|
||||
- solr
|
||||
- db
|
||||
|
||||
joex:
|
||||
image: docspell/joex:latest
|
||||
@ -69,6 +70,7 @@ services:
|
||||
- "7878:7878"
|
||||
depends_on:
|
||||
- solr
|
||||
- db
|
||||
## Uncomment when using the "docker" runner with addons
|
||||
# volumes:
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
@ -132,7 +134,6 @@ services:
|
||||
retries: 2
|
||||
start_period: 30s
|
||||
|
||||
|
||||
volumes:
|
||||
docspell-postgres_data:
|
||||
docspell-solr_data:
|
||||
|
Reference in New Issue
Block a user