GeoNode / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
https://geonode.org/
Other
1.41k stars 1.11k forks source link

Docker test container: django container unhealthy out of the box #12290

Open vovchykbratyk opened 1 month ago

vovchykbratyk commented 1 month ago

Expected Behavior

Actual Behavior

All containers report healthy/started except django (django4geonode in the default) which fails on dependency failed to start: container django4geonode is unhealthy

Steps to Reproduce the Problem

  1. Grab docker-compose-test.yml and .env_test from GeoNode GH repo
  2. Run them in the aforementioned way

Specifications

giohappy commented 1 month ago

This a known false error. Unless yours is really unhealthy you will see that it runs fine. And if you do a docker ps it will probably show healthy after a while.

Unfortunately we didn't have the time to investigate it yet...