- Update database user names and passwords - The CKAN database is created with a new SQL script in the docker-entrypoint-initdb.d/ directory - Remove host port for CKAN container - now has a front-end network for NGINX and a back-end network for the rest of the containers, plus NGINX
3 lines
127 B
SQL
Executable File
3 lines
127 B
SQL
Executable File
CREATE DATABASE ckan_test OWNER ckandbuser ENCODING 'utf-8';
|
|
CREATE DATABASE datastore_test OWNER ckandbuser ENCODING 'utf-8';
|