Commit Graph

542 Commits

Author SHA1 Message Date
mjanez 46c5a37713
Merge pull request #29 from mjanez/ckan-2.9.8
Docker Logging
2023-04-17 12:27:00 +02:00
mjanez dca7bf71c2
Merge pull request #30 from mjanez/feature/docker-logging
Update docker compose service info
2023-04-17 11:36:20 +02:00
mjanez 827e54ac3c
Update docker compose service info 2023-04-17 11:34:37 +02:00
mjanez 73f9291eeb
Merge pull request #28 from mjanez/feature/docker-logging
Feature/docker logging
2023-04-17 10:53:32 +02:00
mjanez ac55760220
Update tags of extensions
* ckanext-dcat & ckanext-scheming: 1.0.0-geodcatap
* ckanext-resourcedictionary: 1.0.1
2023-04-17 10:50:47 +02:00
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
Brett Jones cf4eef6111
Merge pull request #52 from ckan/ckan-cleanup
Update setup/ directory files in CKAN container
2023-04-05 14:03:46 +12:00
Brett 7c010b370c Update setup/ directory files 2023-04-05 13:55:59 +12:00
Brett Jones 1f0d66086d
Update README.md 2023-04-05 13:51:59 +12:00
Brett Jones 0a87624619
Update README.md 2023-04-05 13:43:41 +12:00
Brett Jones cc08faa1ae
Merge pull request #51 from ckan/update-datapusher-to-0.0.20
Use latest (0.0.20) DataPusher image
2023-04-02 17:36:58 +12:00
Brett ad9918efad Update .env and .env.example 2023-04-02 17:34:49 +12: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