[GH-ISSUE #173] neo4j unhealthy container #3952

Closed
opened 2026-07-16 00:58:27 -05:00 by GiteaMirror · 6 comments
Owner

Originally created by @Naturel1 on GitHub (Jun 5, 2026).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/173

I'm trying to run the make prod command on an mac book pro with OSX 12.7.6 installed. The installation process run and stop at the start of the different dockers container with the neo4j not booting.
I'm limited to the docker descktop v 4.10.1.

docker compose -f docker-compose.prod.yml up -d
[+] Running 5/6
⠿ Container flowsint-neo4j-prod Waiting 113.4s
⠿ Container flowsint-postgres-prod Healthy 24.0s
⠿ Container flowsint-redis-prod Healthy 24.0s
⠿ Container flowsint-api-prod Recreated 0.5s
⠿ Container flowsint-celery-prod Recreated 1.1s
⠿ Container flowsint-app-prod Recreated 1.1s
container for service "neo4j" is unhealthy
make[1]: *** [up-prod] Error 1
make: *** [prod] Error 2

Originally created by @Naturel1 on GitHub (Jun 5, 2026). Original GitHub issue: https://github.com/reconurge/flowsint/issues/173 I'm trying to run the make prod command on an mac book pro with OSX 12.7.6 installed. The installation process run and stop at the start of the different dockers container with the neo4j not booting. I'm limited to the docker descktop v 4.10.1. docker compose -f docker-compose.prod.yml up -d [+] Running 5/6 ⠿ Container flowsint-neo4j-prod Waiting 113.4s ⠿ Container flowsint-postgres-prod Healthy 24.0s ⠿ Container flowsint-redis-prod Healthy 24.0s ⠿ Container flowsint-api-prod Recreated 0.5s ⠿ Container flowsint-celery-prod Recreated 1.1s ⠿ Container flowsint-app-prod Recreated 1.1s container for service "neo4j" is unhealthy make[1]: *** [up-prod] Error 1 make: *** [prod] Error 2
Author
Owner

@dextmorgn commented on GitHub (Jun 5, 2026):

Hey Arnaud,

Could you show output of docker logs flowsint-neo4j-prod ?

<!-- gh-comment-id:4629538709 --> @dextmorgn commented on GitHub (Jun 5, 2026): Hey Arnaud, Could you show output of `docker logs flowsint-neo4j-prod` ?
Author
Owner

@Naturel1 commented on GitHub (Jun 5, 2026):

Installing Plugin 'apoc' from /var/lib/neo4j/labs/apoc-*-core.jar to /plugins/apoc.jar
Applying default values for plugin apoc to neo4j.conf
Changed password for user 'neo4j'. IMPORTANT: this change will only take effect if performed before the database is started for the first time.
2026-06-05 08:07:20.768+0000 INFO Logging config in use: File '/var/lib/neo4j/conf/user-logs.xml'
2026-06-05 08:07:20.810+0000 INFO Starting...
2026-06-05 08:07:27.198+0000 INFO This instance is ServerId{994a1295} (994a1295-fa7f-4215-b858-0da14d5a4b54)
2026-06-05 08:07:34.364+0000 INFO ======== Neo4j 5.26.26 ========
2026-06-05 08:07:52.494+0000 INFO Anonymous Usage Data is being sent to Neo4j, see https://neo4j.com/docs/usage-data/
2026-06-05 08:07:52.755+0000 INFO Bolt enabled on 0.0.0.0:7687.
2026-06-05 08:08:01.174+0000 INFO HTTP enabled on 0.0.0.0:7474.
2026-06-05 08:08:01.188+0000 INFO Remote interface available at http://localhost:7474/
2026-06-05 08:08:01.198+0000 INFO id: F6E840550131E70B45C0C23C0AC326758B92A2AF26FF241743C88E8527995405
2026-06-05 08:08:01.199+0000 INFO name: system
2026-06-05 08:08:01.200+0000 INFO creationDate: 2026-06-05T08:05:38.138Z
2026-06-05 08:08:01.201+0000 INFO Started.
2026-06-05 08:23:30.128+0000 INFO Neo4j Server shutdown initiated by request
2026-06-05 08:23:30.138+0000 INFO Stopping...

<!-- gh-comment-id:4629592561 --> @Naturel1 commented on GitHub (Jun 5, 2026): Installing Plugin 'apoc' from /var/lib/neo4j/labs/apoc-*-core.jar to /plugins/apoc.jar Applying default values for plugin apoc to neo4j.conf Changed password for user 'neo4j'. IMPORTANT: this change will only take effect if performed before the database is started for the first time. 2026-06-05 08:07:20.768+0000 INFO Logging config in use: File '/var/lib/neo4j/conf/user-logs.xml' 2026-06-05 08:07:20.810+0000 INFO Starting... 2026-06-05 08:07:27.198+0000 INFO This instance is ServerId{994a1295} (994a1295-fa7f-4215-b858-0da14d5a4b54) 2026-06-05 08:07:34.364+0000 INFO ======== Neo4j 5.26.26 ======== 2026-06-05 08:07:52.494+0000 INFO Anonymous Usage Data is being sent to Neo4j, see https://neo4j.com/docs/usage-data/ 2026-06-05 08:07:52.755+0000 INFO Bolt enabled on 0.0.0.0:7687. 2026-06-05 08:08:01.174+0000 INFO HTTP enabled on 0.0.0.0:7474. 2026-06-05 08:08:01.188+0000 INFO Remote interface available at http://localhost:7474/ 2026-06-05 08:08:01.198+0000 INFO id: F6E840550131E70B45C0C23C0AC326758B92A2AF26FF241743C88E8527995405 2026-06-05 08:08:01.199+0000 INFO name: system 2026-06-05 08:08:01.200+0000 INFO creationDate: 2026-06-05T08:05:38.138Z 2026-06-05 08:08:01.201+0000 INFO Started. 2026-06-05 08:23:30.128+0000 INFO Neo4j Server shutdown initiated by request 2026-06-05 08:23:30.138+0000 INFO Stopping...
Author
Owner

@Naturel1 commented on GitHub (Jun 5, 2026):

I tryed to run the docker from the interface of docker desktop and now the make finished without error but why ? I don't know xD

<!-- gh-comment-id:4629613164 --> @Naturel1 commented on GitHub (Jun 5, 2026): I tryed to run the docker from the interface of docker desktop and now the make finished without error but why ? I don't know xD
Author
Owner

@dextmorgn commented on GitHub (Jun 5, 2026):

Mhh, seems alright to me.

Maybe try restarting and let me know :

docker compose -f docker-compose.prod.yml down -v
docker compose -f docker-compose.prod.yml up -d
<!-- gh-comment-id:4629615509 --> @dextmorgn commented on GitHub (Jun 5, 2026): Mhh, seems alright to me. Maybe try restarting and let me know : ```bash docker compose -f docker-compose.prod.yml down -v docker compose -f docker-compose.prod.yml up -d ```
Author
Owner

@dextmorgn commented on GitHub (Jun 5, 2026):

Probably the docker healthcheck timeout or something. I'm not sure either haha

<!-- gh-comment-id:4629618816 --> @dextmorgn commented on GitHub (Jun 5, 2026): Probably the docker healthcheck timeout or something. I'm not sure either haha
Author
Owner

@Naturel1 commented on GitHub (Jun 5, 2026):

Thanks you ! I look like it work now.

<!-- gh-comment-id:4629662559 --> @Naturel1 commented on GitHub (Jun 5, 2026): Thanks you ! I look like it work now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#3952