Docker compose for local development #1359
joiskash
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Local Development Environment to test FHIR sync
Prerequisite
This has been tested on Windows and Ubuntu-Linux. Please install Docker Desktop on windows and the equivalent for Ubuntu .
Steps to run setup on local and connect with android client
Server setup
IPv4 Address. . . . . . . . . . . : 192.168.0.121
docker compose up
Android client setup
git clone https://github.com/google/android-fhir
"http://192.168.0.121:8085/fhir/"
, make sure you put the CORRECT IP address that you have been using throught this tutorial.View FHIR resources
To view the FHIR resources you can open a browser and login to http://localhost:8085/ and press history.
View SQL DB
To view the sql DB, you can open your browser and login to http://localhost:8082 use the details below:
System : MySQL
Server : hapi-fhir-mysql:3306
Username : admin
Password : admin
Beta Was this translation helpful? Give feedback.
All reactions