Skip to content

Commit

Permalink
no more CONTROLLER_CONFIG neccessary (covered by /models)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocrd committed Mar 7, 2024
1 parent 1e83c92 commit 8ccdd31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ CONTROLLER_ENV_UMASK=0002
CONTROLLER_KEYS=./ocrd/controller/.ssh/authorized_keys
CONTROLLER_DATA=./ocrd/controller/data
CONTROLLER_MODELS=./ocrd/controller/models
CONTROLLER_CONFIG=./ocrd/controller/config
CONTROLLER_WORKERS=1
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ services:
source: ${CONTROLLER_KEYS:-controller-keys-not-defined} # ocrd manager public key
target: /authorized_keys
- ${CONTROLLER_MODELS:-controller-models-not-defined}:/models
- ${CONTROLLER_CONFIG:-controller-config-not-defined}:/config
- ${CONTROLLER_DATA:-controller-data-not-defined}:/data

deploy:
Expand Down

0 comments on commit 8ccdd31

Please sign in to comment.