Update .env and Dockerfile
This commit is contained in:
parent
84f7e67f2d
commit
a1c2fe512e
2
.env
2
.env
@ -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
|
TEST_CKAN_DATASTORE_READ_URL=postgresql://datastore_ro:datastore@db/datastore_test
|
||||||
|
|
||||||
# CKAN core
|
# CKAN core
|
||||||
CKAN_VERSION=2.9.5
|
CKAN_VERSION=2.9.7
|
||||||
CKAN_SITE_ID=default
|
CKAN_SITE_ID=default
|
||||||
CKAN_SITE_URL=http://ckan:5000
|
CKAN_SITE_URL=http://ckan:5000
|
||||||
CKAN_PORT=5000
|
CKAN_PORT=5000
|
||||||
|
|||||||
@ -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
|
# Set up environment variables
|
||||||
ENV APP_DIR=/srv/app
|
ENV APP_DIR=/srv/app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user