Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vovchykbratyk opened this issue May 29, 2024 · 1 comment
Open

Comments

@vovchykbratyk
Copy link

vovchykbratyk commented May 29, 2024

Expected Behavior

  • Grab docker-compose-test.yml and .env_test
  • Run sudo docker compose -f docker-compose-test.yml --env-file=.env_test up -d
  • GeoNode installs and runs a test instance

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

  • GeoNode version: 4.2.4
  • Installation type (vanilla, geonode-project): test
  • Installation method (manual, docker): docker
  • Platform: Ubuntu Server 24.04
  • Additional details: Fully clean server with no custom config
@giohappy
Copy link
Contributor

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants