ckan / ckan-docker

Scripts and images to run CKAN using Docker Compose
95 stars 178 forks source link

Unhealthy ckan and datapusher containers on deploy a CKAN project in server with AlmaLinux9 #163

Closed leomunguia closed 1 month ago

leomunguia commented 2 months ago

Hello CKAN community,

I tried to deploy a CKAN project in a server with AlmaLinux9 but it's shows me the following:

image

The ckan and datapusher containers are both in 'unhealthy' and this give me an error, then I can't work with CKAN. In the AlmaLinux9 server I have the 27.0.3 Docker Engine version and the CKAN version is 2.10.1.

How can I fix this error? Help me please!

Regards!

kowh-ai commented 2 months ago

This problem could very well be fixed in the following images:

ckan/ckan-base:2.10.4 ckan/ckan-base-datapusher:0.0.21

Are you able to try using these?

leomunguia commented 1 month ago

Hi, I have used them, however, they have not worked for me. I decided to build the project on Ubuntu 22.04.

Thank you.