The yml folder contains example docker-compose configuration for
- the postgresql database and
- the opal and rock servers.
First set the variables in the setvars file to the desired values, then export them in the environment.
. ./setvars
Then run docker-compose up -d
first in the yml/postgres folder (this will install a postgres database populated with an empty OMOP schema) and then in the yml/opal folder.