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

Add healthchecks to docker-compose.yml #36

Merged
merged 4 commits into from
Apr 24, 2024
Merged

Commits on Mar 29, 2024

  1. Replace redis with keydb

    Due to Redis licensing not being opensource anymore, here's a drop-in replacement with an opensource license.
    
    Source:
    https://redis.com/blog/redis-adopts-dual-source-available-licensing/
    https://github.com/Snapchat/KeyDB/blob/main/COPYING
    ftoppi authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2900f7d View commit details
    Browse the repository at this point in the history
  2. Update docker-compose.yml: add healthchecks

    Added healthchecks for redis, db and misp-core services.
    misp-core and misp-modules now wait for redis and db to be healthy before starting.
    ftoppi authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c0a1eda View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. use valkey instead

    ftoppi authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    9229617 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    bb0ff96 View commit details
    Browse the repository at this point in the history