ckan / ckan-docker

Scripts and images to run CKAN using Docker Compose
104 stars 197 forks source link

ckan/ckan-base-datapusher:0.0.20 (unhealthy) #184

Open chndrms opened 2 weeks ago

chndrms commented 2 weeks ago

Hello, first of all thank you for your contribution. When I want to installckan/ckan-docker on the server using docker, the container ckan/ckan-base-datapusher:0.0.0.20 becomes unhealthy a few minutes after it starts running. When I analyze the logs /usr/lib/python3.9/site-packages/tzlocal/unix.py:183: UserWarning: Can not find any timezone configuration, defaulting to UTC. I get the error .env and docker-compose.dev.yml “args: - TZ=Europe/Istanbul” as ” WARNING: you have enabled harakiri without post buffering. Slow upload could be rejected on post-unbuffered webservers *** detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: disabled (you can enable it with --thunder-lock) uWSGI http bound on 0.0.0.0.0:8800 fd “
The other containers are working fine. Thank you in advance