mjanez
bd13584ab1
Merge branch 'master' of https://github.com/ckan/ckan-docker into ckan-master
...
- Update README
3c9c3dd
- Update README
020b1b8
- envvars last plugin in .env.example
38d1a11
- remove broken, confusing CKAN_PORT setting
18fbe44
- Merge pull request #159 from ckan/envvars-last
a800f63
- Merge pull request #160 from ckan/no-ckan-port
2024-08-27 11:56:42 +02:00
mnjnz
756ac4e13f
Merge remote-tracking branch 'ckan/master' into ckan-2.9.11
2024-04-30 13:51:21 +02:00
mnjnz
8ef137e6f9
Update Docker Compose files with new volume configurations
2024-04-30 13:36:12 +02:00
mnjnz
789fc65882
Update Docker Compose files with new volume configurations
...
- Fix volumes
- Update log config
- Update development deploy
2024-04-30 08:47:57 +02:00
Ian Ward
bbcadaf920
volume for pip cache, keep volumes
2024-04-29 14:33:47 -04:00
mjanez
264f79663d
Improve healcheck
2024-04-27 18:18:36 +02:00
mnjnz
b3ace9f631
Merge branch 'master' of https://github.com/ckan/ckan-docker into ckan-master
2024-04-27 18:08:34 +02:00
mnjnz
6642a75ae9
Update docker-compose files and remove unnecessary container names
...
- Add volumes for installed files for faster startup
- Improve README
- Remove recline and add datatables_view
2024-04-27 17:56:25 +02:00
Brett Jones
444ee7512e
Merge pull request #138 from ckan/install-volumes
...
volumes for installed files for faster startup
2024-04-26 13:22:18 +02:00
Ian Ward
fcd9648e69
volumes for installed files for faster startup
2024-04-24 16:59:01 -04:00
mjanez
641731de11
Improve docker compose files
2024-04-24 10:50:02 +00:00
Ian Ward
f4e152855f
compose version is no longer used
...
https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-and-name-top-level-elements
2024-04-23 17:16:59 -04:00
Ian Ward
445d52555d
remove container names
2024-04-22 14:11:26 -04:00
mjanez
fb158d7ce3
Setting up the harvesters (ckan container)
...
Use supervisor to allow fetch and gather consumers in the background:
https://github.com/ckan/ckanext-harvest#setting-up-the-harvesters-on-a-production-server
2024-02-21 09:16:47 +01:00
mjanez
5e3baba522
Fix docker-compose and remove Solr image
...
- solr: Always build the custom Dockerfile.spatial
- Fix apache compose files.
2023-08-14 02:58:04 +02:00
mjanez
1be99482fa
Fix nginx exposed ports
2023-08-10 04:28:21 +02:00
mjanez
49abac6ae7
Merge branch 'master' of https://github.com/ckan/ckan-docker into ckan-master
2023-08-09 14:05:35 +02:00
Brett
98cefbd3a7
Update docker-compose.yml
2023-07-31 12:14:50 +01: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
Brett
60abbedd21
get rid of the PGDATE env variable and overriding the pg_hba.conf file
2023-06-15 10:07:14 +02:00
Brett
40ffdcdbb7
More .env and compose updates
2023-06-13 14:24:18 +02:00
Brett
969494b9aa
Updates to environment variables
2023-06-10 08:11:18 +02:00
Brett
d06847dd24
Take out all non-SSL ports for NGINX
2023-06-03 10:22:55 +02:00
Brett
d621fb62df
Initial Security updates
...
- Update database user names and passwords
- The CKAN database is created with a new SQL script in the docker-entrypoint-initdb.d/ directory
- Remove host port for CKAN container
- now has a front-end network for NGINX and a back-end network for the rest of the containers, plus NGINX
2023-05-31 14:26:56 +02:00
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
39bf832160
Update ckan--2.9.8 image
2023-04-13 22:42:11 +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
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
79f0b37255
ckan-docker 2.9.8
2023-03-22 15:36:55 +00:00
mjanez
c61176e20c
Remove datapusher
2023-03-22 09:51:35 +00:00
Brett
dc12a53f76
Update .env
2023-01-19 13:34:17 +01:00
Brett
e56eebd85e
Compose updates
2022-12-12 13:21:17 +01:00
Brett
b6390a40e8
Update compose file and remove build config
2022-11-30 11:58:33 +01:00
Brett
84f7e67f2d
NGINX Port stuff
2022-11-03 14:20:51 +01:00
Brett
1f3a50a476
NGINX SSL config
2022-08-16 14:02:49 +02:00
Brett
7381102495
update README
2022-07-20 12:47:36 +02:00
Brett
3522bf54c3
Added enable-threads to Datapusher
2022-07-15 10:43:43 +02:00
Brett
5dc55f8693
More updates
2022-07-14 11:40:02 +02:00
Brett
3615c96614
more commits
2022-07-13 18:36:14 +02:00
Brett
089bcf590c
More commits
2022-07-13 12:47:48 +02:00
Brett
1eb9630aa5
CKAN service updates
2022-07-12 16:04:31 +02:00
Brett
dce067af2b
docker compose updates
2022-07-12 10:44:55 +02:00
Brett
98aaff23c4
More updates
2022-07-11 13:32:17 +02:00
Brett
da98af0ddb
update spaces in env file
2021-12-10 15:01:16 +01:00