This repository was archived by the owner on Oct 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
codex-processes-ap1-docker-test-setup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,32 +30,32 @@ Access at http://localhost:8888/fhir-bridge/fhir/
3030
3131Console 3: Start DIC DSF FHIR Server and wait till started
3232``` sh
33- docker-compose up -d dic-fhir-proxy dic-fhir-app dic-fhir-db && docker-compose logs -f dic-fhir-app
33+ docker-compose up -d dic-fhir && docker-compose logs -f dic-fhir
3434```
3535Console 3: Disconnect from log output (Ctrl-C) if Server started
3636Console 3: Start DIC DSF BPE Server
3737``` sh
38- docker-compose up -d dic-bpe-app dic-bpe-db && docker-compose logs -f dic-fhir-app dic-bpe-app
38+ docker-compose up -d dic-bpe && docker-compose logs -f dic-fhir dic-bpe
3939````
4040
4141Console 4: Start GTH DSF FHIR Server and wait till started
4242` ` ` sh
43- docker-compose up -d gth-fhir-proxy gth-fhir-app gth-fhir-db && docker-compose logs -f gth-fhir-app
43+ docker-compose up -d gth-fhir && docker-compose logs -f gth-fhir
4444` ` `
4545Console 4: Disconnect from log output (Ctrl-C) if Server started
4646Console 4: Start GTH DSF BPE Server
4747` ` ` sh
48- docker-compose up -d gth-bpe-app gth-bpe-db && docker-compose logs -f gth-fhir-app gth-bpe-app
48+ docker-compose up -d gth-bpe && docker-compose logs -f gth-fhir gth-bpe
4949` ` ` `
5050
5151Console 5: Start CRR DSF FHIR Server and wait till started
5252` ` ` sh
53- docker-compose up -d crr-fhir-proxy crr-fhir-app crr-fhir-db && docker-compose logs -f crr-fhir-app
53+ docker-compose up -d crr-fhir && docker-compose logs -f crr-fhir
5454` ` `
5555Console 5: Dicconnect from log output (Ctrl-C) if Server started
5656Console 5: Start CRR DSF BPE Server
5757` ` ` sh
58- docker-compose up -d crr-bpe-app crr-bpe-db && docker-compose logs -f crr-fhir-app crr-bpe-app
58+ docker-compose up -d crr-bpe && docker-compose logs -f crr-fhir crr-bpe
5959` ` ` `
6060
6161< ! --
You can’t perform that action at this time.
0 commit comments