You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rhdh-local-guide/corporate-proxy-setup-sim.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,17 @@
1
1
If you want to test how RHDH would behave if deployed in a corporate proxy environment,
2
2
you can run `podman compose` or `docker compose` by merging both the [`compose.yaml`](https://github.com/redhat-developer/rhdh-local/blob/main/compose.yaml) and [`compose-with-corporate-proxy.yaml`](https://github.com/redhat-developer/rhdh-local/blob/main/compose-with-corporate-proxy.yaml) files.
3
3
4
-
Example with `podman compose` (note that the order of the YAML files is important):
4
+
Note that the order of the YAML files is important:
5
5
6
-
```bash
7
-
podman compose -f compose.yaml -f compose-with-corporate-proxy.yaml up -d
8
-
```
6
+
=== "Podman"
7
+
```bash
8
+
podman compose -f compose.yaml -f compose-with-corporate-proxy.yaml up -d
9
+
```
10
+
11
+
=== "Docker"
12
+
```bash
13
+
docker compose -f compose.yaml -f compose-with-corporate-proxy.yaml up -d
14
+
```
9
15
10
16
The [`compose-with-corporate-proxy.yaml`](https://github.com/redhat-developer/rhdh-local/blob/main/compose-with-corporate-proxy.yaml) file includes a specific [Squid](https://www.squid-cache.org/)-based proxy container as well as an isolated network, such that:
0 commit comments