-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changes for improved kitodo docker compose #23
Merged
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
64f599e
changes for improved kitodo docker compose
markusweigelt 54195a1
Merge branch 'main' into changes_for_kitodo
markusweigelt ddbd0a9
split implicit stop rules
bertsky 42cb02f
changes for improved kitodo docker compose
markusweigelt 6f2721d
improvements of kitodo-app and -builder to use with make files
markusweigelt fc5ba37
Merge branch 'changes_for_kitodo' of github.com:markusweigelt/kitodo_…
markusweigelt 1ac829b
improve makefile and fix path problems using BUILDER_BUILD_RESOURCES
markusweigelt 62d9682
remove symlink and add file again
markusweigelt b12b1d8
add kitodo app file
markusweigelt d3fe2ae
change builder path variable
markusweigelt 1670698
use active mq config of submodule repository
markusweigelt c2c5a1d
simplify 'build' rules and COMPOSE_FILE def
bertsky a45f8be
example resources only contains diff to generate resources of kitodo …
markusweigelt fa47b14
revert . to PWD as relative basedir for volumes in .env
bertsky 1050f8c
update submodule
markusweigelt b3872d3
Merge branch 'changes_for_kitodo' of github.com:markusweigelt/kitodo_…
markusweigelt 9c9a227
submodule to head of kitodo-production-docker
markusweigelt 97792fa
updata resources and ignore unzipped data directory
markusweigelt 5aa4672
update manager module
markusweigelt 9458dd6
revert more . to PWD (finish fa47b14bd)
bertsky f2b8e2b
update submodule
markusweigelt 7c1eb51
Merge branch 'changes_for_kitodo' of github.com:markusweigelt/kitodo_…
markusweigelt 3d2ef95
update submodule
markusweigelt e4b15a6
changed scripts/script_ocr.sh
markusweigelt 7e63457
change unzip data to /data/data
markusweigelt 2692e9c
make build-kitodo: run in fg, avoid orphans
bertsky 5ab9615
Kitodo builder: use absolute path for Docker context
bertsky 13f48dc
Merge branch 'changes_for_kitodo' of https://github.com/markusweigelt…
bertsky 711b134
add docker-compose down of kitodo builder
markusweigelt a25fb32
Merge branch 'changes_for_kitodo' of github.com:markusweigelt/kitodo_…
markusweigelt 4087886
update submodule
markusweigelt 9d320e4
update submodule
markusweigelt fd90bc8
update submodule
markusweigelt 0613d8b
improve documentation
markusweigelt 1ba466a
revert changes to .env in 0613d8b55
bertsky 1b810b8
remove unused env variables
markusweigelt 2e6fcdb
submodule update
markusweigelt 5449356
consider .env.local if exist
markusweigelt 183fe11
formatting -> remove tabs
markusweigelt 5caf177
update submodule
markusweigelt 90947f9
update submodule
markusweigelt 8b19c98
add env file parameter to docker-compose of build target
markusweigelt f6aa987
add env variable and update submodule
markusweigelt 9eab6fc
update resource data zip and submodule
markusweigelt 8f90aff
remove handling of .env.local and --env-file parameter of docker-comp…
markusweigelt 2bd8fcb
submodule update
markusweigelt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/ocrd/* | ||
/kitodo/* | ||
*.iml | ||
_resources/data/* | ||
_resources/data/* | ||
.env.local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Less verbose version: