-
Notifications
You must be signed in to change notification settings - Fork 5
no healthcheck
error when running motion in docker compose
#155
Comments
Running Ubuntu 20.04 TLS git clone https://github.com/filecoin-project/motion.git cp ./.env.example .env docker compose up
|
.env set SINGULARITY_REF=:v0.5.0 |
Thanks @Angelo-gh3990 , could you also post the which commit or version of the motion repo you are trying this on please? (output of |
motion# git rev-parse HEAD |
Not sure if the Motion REST api builds that way, but will check in a second. But at least now we know where to look for! |
After updating with 155 on a VM I see the following: I just applied the 155 mod and trying on the secondary VM I have and I get this now: |
For reference , running it on a 16 core / 128Gb VM |
This is the first step to resolve - filecoin-project/motion#155 This allows docker compose to define a health check based on curl
This resolves #155 * This will consume the new Singularity version v0.5.2 which needs to wait for below - [x] data-preservation-programs/singularity#389 - [x] Release v0.5.2 in Singularity * Modified docker-compose-local-dev.yml - Removed abundant overrides * Added docker-compose-local-dev-with-singularity.yml - This will work with a locally cloned Singularity repo * Updated compose file in integration test * Updated Github action to use the correct path of filecoin-proof-parameters
Reported by @Angelo-gh3990
The text was updated successfully, but these errors were encountered: