This guide explains how to build your own docker Open Pryv.io docker images.
Prerequisites:
Prepare the various assets, run the following commands from the docker/
directory:
bash ../scripts/setup-app-web-auth3.bash
bash ../scripts/setup-assets.bash
bash ../scripts/setup-admin-key.bash
Run TAG=latest docker-compose -f local/docker-compose.no-ssl-build.yml up --build
- Config file
local/dockerized-config-no-ssl.json
- launch API on
http://localhost:3000
After images are built, you can run the command above just without "--build" part.
Fetch the rec-la SSL certificates:
- Run
bash ../scripts/download-recla-certificates.sh
Run TAG=latest docker-compose -f local/docker-compose.with-ssl-build.yml up --build
- Config file
local/dockerized-config.json
- Launch API on
https://my-computer.rec.la:4443
After images are built, you can run the command above just without "--build" part.