git clone -b initial_tx.fhir.ch [email protected]:hl7ch/tx.hl7.ch.git
cd tx.hl7.ch/server
./downloadcachefiles.sh
this will download the cache files of snomedct and snomedct_ch and loinc
i.e. "8888:80" # Map port 80 from the host to port 80 in the container
if you have already the base image downloader update it with
docker compose pull
docker compose up
if running and no errors occure and the service is not restarting over again, you can stop with ctrl+x
docker compose start
docker compose logs -f
The terminologie server docker image (ghcr.io/costateixeira/fhirserver:nightly) is nightly built with the newest server versions. This means the running image has to be updated. This can be done by the following steps.
docker compose stop
docker compose pull
docker compose up
after successfull start ctrl+x to stop
docker compose start