Skip to content

Commit

Permalink
add stable tags for controller, manager and kitodo
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Apr 5, 2022
1 parent f13563f commit bf2401e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker-compose-kitodo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:

kitodo-app:
image: markusweigelt/kitodo-production:3.4.1
image: markusweigelt/kitodo-production:ocrd-stable-20220405

ports:
- 8080:8080
Expand All @@ -26,7 +26,7 @@ services:
- kitodo-db
- kitodo-es
- kitodo-mq

- ocrd-manager # cause of known host generation for ssh

kitodo-db:
image: mysql:8.0.26
Expand Down
10 changes: 6 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:

ocrd-controller:
image: bertsky/ocrd_controller:latest
image: markusweigelt/ocrd_controller:ocrd-stable-20220405

environment:
- UID=1001
Expand All @@ -22,7 +22,7 @@ services:
- ./ocrd/controller/config/:/config

ocrd-manager:
image: markusweigelt/ocrd_manager:latest
image: markusweigelt/ocrd_manager:ocrd-stable-20220405

environment:
- UID=1001
Expand All @@ -41,7 +41,9 @@ services:
- type: bind
source: ./ocrd/manager/.ssh/id_rsa
target: /id_rsa
- ./kitodo/config_modules/metadata:/data # metadata directory
- ./kitodo/config_modules/metadata:/data # metadata directory

tty: true # docker run -t


depends_on:
- ocrd-controller # cause of known host generation for ssh

0 comments on commit bf2401e

Please sign in to comment.