Skip to content

Commit

Permalink
add file-source templates, add object-store templates, activate vault
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Nov 24, 2024
1 parent 7929327 commit 0c3c648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions galaxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ ENV GALAXY_CONFIG_MANAGED_CONFIG_DIR=$EXPORT_DIR/${GALAXY_ROOT_DIR#/}/database/c
GALAXY_CONFIG_BOOTSTRAP_ADMIN_API_KEY=HSNiugRFvgT574F43jZ7N9F3 \
GALAXY_CONFIG_BRAND="Galaxy Docker Build" \
GALAXY_CONFIG_STATIC_ENABLED=False \
GALAXY_CONFIG_FILE_SOURCE_TEMPPLATES=$GALAXY_CONFIG_DIR/file_source_templates.yml \
GALAXY_CONFIG_VAULT_CONFIG_FILE=$GALAXY_CONFIG_DIR/vault_conf.yml \
GALAXY_INTERACTIVE_TOOLS_CONFIG_FILE=$GALAXY_CONFIG_DIR/tool_conf_interactive.xml \
# The following ENV var can be used to set the number of gunicorn workers
GUNICORN_WORKERS=2 \
Expand Down

0 comments on commit 0c3c648

Please sign in to comment.