Commit Graph

12 Commits

Author SHA1 Message Date
mjanez 6b9c5089e8 Default http port (81)
WIP: https://github.com/mjanez/ckan-docker/issues/67
2023-08-10 04:26:50 +02:00
mjanez cf18c31492 Fix env files 2023-08-09 14:50:36 +02:00
mjanez 554e2dfbcf Update plugins
- Use ckan/ckanext-scheming vanilla (3.0.0) instead of custom ckanext-scheming
- Update all custom templates, tools and schemas to mjanez/ckanext-scheming_dcat
2023-08-09 10:51:04 +02:00
mjanez eba3896b44 Fix nginx multiple locations
- Replace httpd with nginx default docker-compose file
- Update nginx config
- Update httpd config
- Fix Dockerfiles
2023-07-26 10:25:03 +02:00
mjanez 8f76fc9f3b
Update 2.9 images to CKAN 2.9.9
https://github.com/mjanez/ckan-docker-spatial/pull/13
2023-06-22 09:58:53 +02:00
mjanez 47a26dc021
Update README.md and change default .env to .env.example
This will make it easy to clone the repository, and the custom .env will remain intact.
2023-04-18 20:00:51 +02:00
mjanez 3152fd5b48
Fix CKAN_SITE_URLS in .env
In deployments:
- With Apache HTTP Server, CKAN_SITE_URL always references the http://${APACHE_SERVER_NAME}:${APACHE_PORT_HOST}

- NGINX:
http://myhost:${NGINX_PORT_HOST} or https://myhost:${NGINX_SSLPORT_HOST}
2023-04-14 19:56:42 +02:00
mjanez 7a39ea5f41
Add ckan-pycsw & httpd (RDF/CSW) bundle
- Add ckan-pycsw to docker-compose.yml. Docker compose environment based on pycsw for development and testing with CKAN Open Data portals.
- Replaced NGINX with Apache HTTP Server for locations management in the domain, in particular to differentiate between the CSW catalogue (`/csw`) and the Open Data catalogue (`/catalog`).
- Improve the CKAN deployment to adapt locations.
- Other adjustments for stable container deployment.
2023-04-13 12:10:40 +00:00
mjanez 7db161188e
Remove datapusher
- Datapusher out of date with ckanext-xloader
- Fix deprecated views
2023-03-27 17:54:49 +02:00
mjanez e3ab392736
Update ckanext-xloader 2023-03-22 17:03:33 +00:00
mjanez c61176e20c
Remove datapusher 2023-03-22 09:51:35 +00:00
mjanez b7d90a82c4
Update README and samples folder 2023-03-17 12:03:42 +00:00