GeoNode / geonode-project

A django template project for creating custom GeoNode projects.
http://geonode.org
78 stars 172 forks source link

Bad port on django container healthcheck #334

Closed etj closed 2 years ago

etj commented 2 years ago

Container healthcheck points to 8081:

https://github.com/GeoNode/geonode-project/blob/7dc69c7f213c80126e2a16df2b4754f208b56adb/docker-compose.yml#L28

but uwsgi listens on 8000:

https://github.com/GeoNode/geonode-project/blob/7dc69c7f213c80126e2a16df2b4754f208b56adb/src/uwsgi.ini#L3

so the django service is always running (unhealthy):

production_django              "/usr/src/almaviva_g…"   django              running (unhealthy)   8000/tcp