Skip to content

Commit

Permalink
Update CKAN Dockerfile.worker with CKAN_SITE_URL environment variable…
Browse files Browse the repository at this point in the history
… to use the localhost CKAN Web server for CKAN job workers
  • Loading branch information
MarkCalvert committed Feb 14, 2024
1 parent c0123db commit 8882f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM ${CKAN_IMAGE}
# Override the default CKAN config plugins to only use the ones we need for the worker
ENV CKAN__PLUGINS="dbca datastore xloader scheming_datasets qa archiver report envvars"
RUN ckan config-tool $CKAN_INI "ckan.plugins = ${CKAN__PLUGINS}"
ENV CKAN_SITE_URL=http://localhost:5000

# Install logrotate
RUN apk add logrotate
Expand Down

0 comments on commit 8882f7b

Please sign in to comment.