Update .env and Dockerfile

This commit is contained in:
Brett 2022-11-23 11:43:01 +01:00
parent 84f7e67f2d
commit a1c2fe512e
2 changed files with 4 additions and 4 deletions

4
.env
View File

@ -28,7 +28,7 @@ TEST_CKAN_DATASTORE_WRITE_URL=postgresql://ckan:ckan@db/datastore_test
TEST_CKAN_DATASTORE_READ_URL=postgresql://datastore_ro:datastore@db/datastore_test
# CKAN core
CKAN_VERSION=2.9.5
CKAN_VERSION=2.9.7
CKAN_SITE_ID=default
CKAN_SITE_URL=http://ckan:5000
CKAN_PORT=5000
@ -59,7 +59,7 @@ DATAPUSHER_VERSION=0.0.17
CKAN_DATAPUSHER_URL=http://datapusher:8800
CKAN__DATAPUSHER__CALLBACK_URL_BASE=http://ckan:5000
DATAPUSHER_REWRITE_RESOURCES=True
DATAPUSHER_REWRITE_URL=http://ckan:5000
DATAPUSHER_REWRITE_URL=http://ckan:5000
# NGINX
NGINX_PORT=80

View File

@ -1,5 +1,5 @@
FROM ckan/ckan-base:2.9.7
FROM ckan/ckan-base:master-4a43842
#FROM ckan/ckan-base:2.9.7
# Set up environment variables
ENV APP_DIR=/srv/app