Skip to content

Commit

Permalink
Link to PlatformContainerExamples, provide redirects from Windows con…
Browse files Browse the repository at this point in the history
…tainer URLs (#6912)
  • Loading branch information
DavidBoike authored Nov 21, 2024
1 parent 0564f5f commit 7c290e9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions servicecontrol/audit-instances/deployment/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ docker run -d --name audit -p 44444:44444 \
-e RAVENDB_CONNECTIONSTRING="http://audit-db:8080" \
particular/servicecontrol-audit:latest
```

include: platform-container-examples

## Initial setup

Before running the container image normally, it must run in setup mode to create the required message queues and perform upgrade tasks.
Expand Down
3 changes: 3 additions & 0 deletions servicecontrol/monitoring-instances/deployment/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ docker run -d --name monitoring -p 33633:33633 \
-e CONNECTIONSTRING="host=rabbitmq" \
particular/servicecontrol-monitoring:latest
```

include: platform-container-examples

## Initial setup

Before running the container image normally, it must run in setup mode to create the required message queues and perform upgrade tasks.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ summary: A guide to setting up and deploying ServiceControl Error instances usin
reviewed: 2024-07-08
component: ServiceControl
versions: '[5.3, )'
redirects:
- servicecontrol/containerization
- samples/platformtools-docker-compose
---

ServiceControl Error instances are deployed using the [`particular/servicecontrol` image](https://hub.docker.com/r/particular/servicecontrol), as shown in this minimal example using `docker run`, assuming a RabbitMQ container named `rabbitmq`:
Expand All @@ -16,6 +19,9 @@ docker run -d --name servicecontrol -p 33333:33333 \
-e REMOTEINSTANCES='[{"api_uri":"http://audit:44444/api"}]' \
particular/servicecontrol:latest
```

include: platform-container-examples

## Initial setup

Before running the container image normally, it must run in setup mode to create the required message queues and perform upgrade tasks.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
> [!TIP]
> For examples of ServiceControl containers used together, including Docker Compose and Kubernetes examples, see the [Platform Container Examples repository](https://github.com/Particular/PlatformContainerExamples).

0 comments on commit 7c290e9

Please sign in to comment.