Commit Graph

6 Commits

Author SHA1 Message Date
mjanez c678a294ec
Fix dev mode
- Add CKAN_DEV_COMPOSE_SERVICE to avoid errors when using apache proxy for ckan location.
- Update Dockerfiles (apache & nginx)
2024-04-30 11:08:35 +00:00
mjanez 39611bec41
Fix host_ports/ports in Apache/NGINX Dockerfiles 2023-09-26 10:34:46 +02:00
mjanez 2f1e717a6c Update apache landing page 2023-08-22 16:28:03 +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 9d47feca61
Fix APACHE_PROXY_PASS to APACHE_CKAN_PROXY_PASS 2023-04-17 07:50:16 +00: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