Sign inSign up

metagenscope/mongo

By metagenscope

•Updated over 7 years ago

Stock Mongo image but with a healthcheck

Image
0

1.4K

metagenscope/mongo repository overview

Add this to your docker-compose file:

healthcheck:
    test: ["CMD", "bash", "/usr/local/bin/mongo-healthcheck"]
    interval: 1m
    timeout: 10s
    retries: 3

Credit to the mongo-rs-controller-swarm⁠ project.

Tag summary

Content type

Image

Digest

Size

124.3 MB

Last updated

over 7 years ago

docker pull metagenscope/mongo