Running docker-compose -f docker-compose.yml up --build results in the inventaire container to exit while initializing:
docker-inventaire_inventaire_1_14587116de74 exited with code 0
After a good lot of bissections, it appears that the problem is that leveldb initialization was crashing: running the database initialization in the node REPL crashes with the following error log:
[Context: 3f45914]
Running
docker-compose -f docker-compose.yml up --build
results in the inventaire container to exit while initializing:After a good lot of bissections, it appears that the problem is that leveldb initialization was crashing: running the database initialization in the node REPL crashes with the following error log:
Comparable issues where linked to file incompatibilities between alpin and debian, and indeed, changing the inventaire image to node:8 resolves the issue (so this issue is mostly there for documentation :p)