Skip to content

Postgres database to support RSNA Edge Server in S4S project

License

Notifications You must be signed in to change notification settings

RSNA/s4s-edgeserverdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

s4s-edgeserverdb

Postgres database to support RSNA Edge Server in S4S project

This docker image provides Postgresql initialization for the RSNA Edge Server test database used to test FHIR DiagnosticReport queries for Radiology Reports. It extends the official postgres image.

How to use this image

start a postgres instance

docker run --name rsnadb \
   -p 5433:5432 \
   -v /etc/localtime:/etc/localtime \
   -e POSTGRES_DB=rsnadb \
   -e POSTGRES_USER=edge \
   -e POSTGRES_PASSWORD=psword \
   -d rsna/s4s-edgeserverdb

About

Postgres database to support RSNA Edge Server in S4S project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published