Skip to content

Commit

Permalink
chore: misc fixes for review 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Jan 9, 2025
1 parent bf00bfb commit 50a3a81
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
15 changes: 0 additions & 15 deletions docs/self-managed/setup/deploy/local/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ To tear down the environment and keep any data, run the following command:
docker compose down
```

Zeebe, Operate, Tasklist, along with Optimize require a separate network from Identity as you'll see in the docker-compose file.

## Modeling and process execution

### Web Modeler
Expand Down Expand Up @@ -239,16 +237,3 @@ You need to configure the index patterns in Kibana before you can explore the da
- Go to `Analytics > Discover` and select the index pattern.

:::

## Troubleshooting

### Running on arm64 based hardware

When using arm64-based hardware (for example, an M1 or M2 Mac), the Keycloak container might not start, as Bitnami only
provides amd64-based images for versions < 22. You can build and tag an arm-based image locally using the following command:

```shell
$ DOCKER_BUILDKIT=0 docker build -t bitnami/keycloak:19.0.3 "https://github.com/camunda/camunda-platform.git#8.2.15:.keycloak/"
```

After building and tagging the image, you can start the environment.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ The workflow engine Zeebe is available using gRPC at `localhost:26500`.
docker compose down -v
```

Zeebe, Operate, Tasklist, along with Optimize require a separate network from Identity as you'll see in the docker-compose file.

## Deploy or execute a process

### CLI
Expand Down Expand Up @@ -202,11 +200,3 @@ You need to configure the index patterns in Kibana before you can explore the da
- Go to `Analytics > Discover` and select the index pattern.

:::

## Troubleshooting

### Running on arm64 based hardware

When using arm64-based hardware like a M1 or M2 Mac the Keycloak container might not start because Bitnami only
provides amd64-based images for versions < 22. You can build and tag an arm-based
image locally using the following command. After building and tagging the image you can start the environment.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ The workflow engine Zeebe is available using gRPC at `localhost:26500`.
docker compose down -v
```

Zeebe, Operate, Tasklist, along with Optimize require a separate network from Identity as you'll see in the docker-compose file.

## Deploy or execute a process

### CLI
Expand Down Expand Up @@ -202,11 +200,3 @@ You need to configure the index patterns in Kibana before you can explore the da
- Go to `Analytics > Discover` and select the index pattern.

:::

## Troubleshooting

### Running on arm64 based hardware

When using arm64-based hardware like a M1 or M2 Mac the Keycloak container might not start because Bitnami only
provides amd64-based images for versions < 22. You can build and tag an arm-based
image locally using the following command. After building and tagging the image you can start the environment.

0 comments on commit 50a3a81

Please sign in to comment.