Commit Graph

8 Commits

Author SHA1 Message Date
mjanez ae08547fa6
Create a quick deploy docker compose file
- Remove ckan-spatial from default docker compose file
- Create a docker-compose.ghcr.yml to use the ckan-spatial image from container registry
- Update the README to include this information
- Update .env.example to info about CKAN_VERSION ennvar
2023-04-20 10:17:21 +00:00
mjanez db9974c06b
Merge branch 'ckan-2.9.8' into feature/docker-logging 2023-04-17 09:54:26 +02:00
mjanez 25b49de65c
Add logging to docker compose files 2023-04-17 07:49:40 +00:00
mjanez af1ce41a86
Fix docker image tag
ckan-master to master
2023-04-14 18:59:59 +02:00
mjanez a4bd87cc51
Update image tags in Docker Compose files
ckan-2.9.8
2023-04-14 18:52:56 +02:00
mnjnz 86b6486b79
Fix workflows & docker compose files 2023-04-14 11:47:24 +02:00
mjanez 7539c0cf4f
Update Dockerfiles and docker compose files 2023-04-14 08:13:31 +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