Commit Graph

281 Commits

Author SHA1 Message Date
mjanez db9974c06b
Merge branch 'ckan-2.9.8' into feature/docker-logging 2023-04-17 09:54:26 +02:00
mjanez 9d47feca61
Fix APACHE_PROXY_PASS to APACHE_CKAN_PROXY_PASS 2023-04-17 07:50:16 +00:00
mjanez 25b49de65c
Add logging to docker compose files 2023-04-17 07:49:40 +00:00
mjanez 3512bc1651
Merge pull request #27 from mjanez/fix/ckan-2.9.8
Update ckan-2.9.8
2023-04-15 00:05:31 +02:00
mjanez af19810cb0
Merge branch 'ckan-2.9.8' into fix/ckan-2.9.8 2023-04-14 19:58:11 +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 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
mjanez cc537767ea
Update README.md 2023-04-14 18:33:22 +02:00
mnjnz 86b6486b79
Fix workflows & docker compose files 2023-04-14 11:47:24 +02:00
mjanez 9053becc76
Add info about images 2023-04-14 08:44:33 +02:00
mjanez 7539c0cf4f
Update Dockerfiles and docker compose files 2023-04-14 08:13:31 +02:00
mjanez 39bf832160
Update ckan--2.9.8 image 2023-04-13 22:42:11 +02:00
mjanez b222c0924a
Fix docker.yml
Add push to ckan-*.*.* branches
2023-04-13 20:02:24 +02:00
mjanez 2f5955333d
Update actions
- Add image tags for Docker build & push
- Add ckan-pycsw to build.yaml
2023-04-13 18:08:50 +02:00
mjanez 279167101f
Merge pull request #12 from mjanez/feature/apache
Add ckan-pycsw & httpd (RDF/CSW) bundle
2023-04-13 14:23:52 +02:00
mjanez a9ab4a35ad
Update build.yml
Add docker/setup-buildx new actions
2023-04-13 12:21:25 +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
mnjnz 38930eb029
Merge branch 'feature/solr' into master 2023-04-02 01:51:57 +02:00
mnjnz 7e2f97c471
Update Dockerfile 2023-04-02 01:48:24 +02:00
mjanez d7eb8faea9
Merge pull request #6 from mjanez/feature/postgres-15
Feature/postgres 15
2023-04-02 01:43:56 +02:00
mnjnz e0eb54f61f
Remove solr build 2023-04-02 01:43:35 +02:00
mnjnz 5357b1f64f
Add solr8-spatial image 2023-04-02 01:41:55 +02:00
mnjnz 4702b86449
Fix .env.example 2023-04-02 01:36:58 +02:00
mnjnz 649610420f
Merge branch 'master' of https://github.com/mjanez/ckan-docker into feature/postgres-15 2023-04-02 01:34:42 +02:00
mnjnz 3ffba6fe0d
Fix xloader setup
TODO: Setup worker background
2023-04-02 01:30:43 +02:00
Brett Jones 403d5dc174
Merge pull request #50 from ckan/Maintenance-March-2023
General Maintenance (March 2023)
2023-04-01 14:15:27 +13:00
Brett 1cfff319bc Update build.yml
take out solr build
2023-04-01 14:11:55 +13:00
Brett 687ce0c116 General Maintenance
update SSL certs
update .env values
remove solr build directory
2023-04-01 13:27:13 +13:00
mjanez cb5f3afba8
Merge branch 'master' into feature/postgres-15 2023-03-30 07:31:13 +02:00
mjanez a62b09923b
Update README.md
- Add info about postgres:15-alpine
- Update footnotes
- Update plugins
- Update containers info
2023-03-30 05:29:45 +00:00
mjanez d30bbad8e9
Fix views 2023-03-30 05:28:30 +00:00
mjanez 424035617f
Fix setup worker 2023-03-30 05:28:20 +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 f50edb467a
Fix setup_xloader
Assign default qeue
2023-03-27 17:53:35 +02:00
mjanez 0442f6c823
Merge pull request #5 from mjanez/custom/ckan-spatial-2.9
Add custom images of base Dockerfiles
2023-03-27 13:41:38 +02:00
mnjnz 53d2d65cb1
Add custom images of base Dockerfiles
Now use ghcr.io/mjanez/ckan-base-spatial:master
2023-03-27 12:26:51 +02:00
mjanez 127aa606af
Merge pull request #4 from mjanez/plugin/ckanext-harvest
Update dev mode
Update ckanext-harvest v1.5.1
2023-03-23 14:09:09 +01:00
mjanez 64b07daf63
Update dev mode 2023-03-23 13:54:14 +01:00
mjanez 8bd0b13b99
Update to ckanext-harvest 1.5.1
Fix url routing https://github.com/ckan/ckanext-harvest/pull/523
2023-03-23 13:51:30 +01:00
mjanez 58e9c9a2d5
Update PostgreSQL 15 2023-03-23 10:34:40 +01:00
mnjnz 531edd9e0b
Update actions
- Updated build.yml to test only auxiliary images.
- Update docker.yml to build and upload the image to the Github registry.
2023-03-23 09:59:13 +01:00
mjanez e3ab392736
Update ckanext-xloader 2023-03-22 17:03:33 +00:00
mjanez 5fb6a14fb5
Fix README 2023-03-22 16:54:17 +00:00
mjanez e3e5deb813
Merge pull request #1 from mjanez/ckan-2.9
CKAN 2.9.8 custom image
2023-03-22 17:34:55 +01:00
mjanez cd3dfa0985
Fix Dockerfile 2023-03-22 16:58:36 +01:00
mjanez 5766a7f794
Update docker.yml 2023-03-22 16:51:07 +01:00
mjanez 925835d93b
Update docker.yml 2023-03-22 16:44:54 +01:00
mjanez 2d0e9a34d7
Fix Dockerfile 2023-03-22 16:40:05 +01:00
mjanez 79f0b37255
ckan-docker 2.9.8 2023-03-22 15:36:55 +00:00