OHDSI / Perseus

[under development] Tools for ETL into OMOP CDM and deployment of OHDSI toolstack
Apache License 2.0
32 stars 8 forks source link

update Perseus docker-compose.yaml file to download pre-built Perseus Docker images in Docker Hub #31

Closed leeevans closed 1 year ago

leeevans commented 1 year ago

Currently the Perseus docker-compose.yml file is configured to build the Perseus Docker images locally. This results in a very time consuming process for deployment of Perseus for end users.

Action:

Update the Perseus docker compose yaml file configuration to pull the latest pre-built Perseus Docker images from Docker Hub. Also update the README.md documentation to reflect this change.

See also github action #30 which ensures that the latest Perseus Docker images are maintained in Docker Hub

alabarga commented 1 year ago

any timeline for this? I just tried to build it locally but got errors related to node

kostiushenko commented 1 year ago

By the end of the week it will be ready.

kostiushenko commented 1 year ago

https://hub.docker.com/repositories/perseushub We have created Docker Hub repositories. All builds push images to Docker Hub from now on. Docker compose file also updated to work with Docker Hub images. Also updated startup.sh script. Checkout master branch.

Use:

docker compose pull
docker compose up -d
ssamus commented 1 year ago

Done