Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit d4e98f1

Browse files
committed
documentation: new start docker container start sequence
1 parent debe3d2 commit d4e98f1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • codex-processes-ap1-docker-test-setup

codex-processes-ap1-docker-test-setup/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,32 @@ Access at http://localhost:8888/fhir-bridge/fhir/
3030

3131
Console 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
```
3535
Console 3: Disconnect from log output (Ctrl-C) if Server started
3636
Console 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

4141
Console 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
```
4545
Console 4: Disconnect from log output (Ctrl-C) if Server started
4646
Console 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
5151
Console 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
```
5555
Console 5: Dicconnect from log output (Ctrl-C) if Server started
5656
Console 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
<!--

0 commit comments

Comments
 (0)