ATLAS is an open source software tool for researchers to conduct scientific analyses on standardized observational data.
Use the following command to spin up Atlas. Make sure to change the values of the environment variables as needed.
docker run \
--name ohdsi-atlas \
-p 8081:80 \
-e "WEBAPIURL=http://localhost:8080/WebAPI/" \
-e "ORGNAME=Momcorp" \
uwcarg/ohdsi-atlas:2.3.0
💡 Atlas depends on the OHDSI WebAPI, so you will need to have that up and running.
Navigate to the following URL:
The Docker image is built on Docker Hub and contains a build of OHDSI Atlas.
When creating the container, a new config-local.js
is created as described in
the install guide,
using the values specified in the environment variables.
WEBAPIURL [default: https://localhost:8080/WebAPI/]
The URL of the WebAPI instance to connect to.
ORGNAME [default: Atlas]
Your organization's display name.