mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Remove settings from docker-compose regarding db migrations
This was done to avoid running them on restserver as the image contained a broken zlib package. (#1517)
This commit is contained in:
@ -41,8 +41,6 @@ services:
|
|||||||
- DOCSPELL_SERVER_BACKEND_SIGNUP_MODE=open
|
- DOCSPELL_SERVER_BACKEND_SIGNUP_MODE=open
|
||||||
- DOCSPELL_SERVER_BACKEND_SIGNUP_NEW__INVITE__PASSWORD=
|
- DOCSPELL_SERVER_BACKEND_SIGNUP_NEW__INVITE__PASSWORD=
|
||||||
- DOCSPELL_SERVER_BACKEND_ADDONS_ENABLED=false
|
- DOCSPELL_SERVER_BACKEND_ADDONS_ENABLED=false
|
||||||
- DOCSPELL_SERVER_BACKEND_DATABASE__SCHEMA_RUN__FIXUP__MIGRATIONS=false
|
|
||||||
- DOCSPELL_SERVER_BACKEND_DATABASE__SCHEMA_RUN__MAIN__MIGRATIONS=false
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- solr
|
- solr
|
||||||
- db
|
- db
|
||||||
|
Reference in New Issue
Block a user