Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • to benefit of the async mutations, several worker should be created; Docker compose section for worker /!\ don’t work with named container

    Code Block
     worker:
        image: ghcr.io/openimis/openimis-be:${BE_BRANCH:-develop}
        command: worker
        restart: always
        deploy:
          mode: replicated
          replicas: 8
        depends_on: 
          - backend
        environment: *backend-env
        volumes:
          - photos:/openimis-be/openIMIS/images/insurees
        networks:
          openimis-net

Mobile Apps

  • test current version in the context of the UAT testing which starts next week and file issue on Jira for bug-fixing

FHIR-API

Release notes:

...