Skip to content

Tag: docker

  • Published on

    Prerequisites Have docker and docker-compose installed on your machine. Make sure the command are executable in your terminal. At least 500 MB of memory is allocated for running the service. Getting the Docker-Compose file You can get the latest docker-compose.yml from the LocalStack official GitHub repository. Here is the docker-compose file content available on Aug 20, 2022: You can … Continued

  • Published on

    Prerequisites Have docker and docker-compose installed on your machine. Make sure both command are executable. Preparing project directory and files Create any folder/directory anywhere in your machine and name it anything you want like ehrbase_dev for example. Download and put these files in the folder: https://github.com/ehrbase/ehrbase/raw/develop/docker-compose.yml https://github.com/ehrbase/ehrbase/raw/develop/.env.ehrbase If the above links are not accessible anymore, you can … Continued

  • Published on

    Prerequisites Have docker and docker-compose installed on your machine. Make sure both command are executable. Downloading the docker-compose.yml file We’ll use the docker-compose file provided by bitnami. You can create a folder/directory in your machine to start our test project. You can name the folder anything you want. You can download or get the docker-compose … Continued

  • Published on

    Disclaimer This is for development purposes. Making it production-ready may need some configuration and security practices. Prerequisites Have docker and docker-compose installed on your machine. Make sure the command are executable in your terminal. At least 500 MB of memory is allocated for running the services. Creating the docker-compose file You may want to create a folder/directory anywhere in your machine … Continued

  • Published on

    Disclaimer This is for development purposes. Making it production-ready may need some configuration and security practices. Prerequisites Have docker and docker-compose installed on your machine. Make sure the command are executable in your terminal. At least 500 MB of memory is allocated for running the services. Creating the docker-compose file You may want to create a folder/directory anywhere in your machine … Continued

  • Published on

    Disclaimer This is for development purposes. Making it production-ready may need some configuration and security practices. Prerequisites Have docker and docker-compose installed on your machine. Make sure the command are executable in your terminal. At least 500 MB memory allocated for running the services. Creating the docker-compose file You may want to create a folder/directory … Continued