Skip to content

Commit 87e051d

Browse files
[Frontend-proxy] Add restart policy to compose files (#1448)
* [Frontend-proxy] Add restart policy to compose files * Update CHANGELOG.md --------- Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
1 parent 6775060 commit 87e051d

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ the release.
2929
([#1427](https://github.com/open-telemetry/opentelemetry-demo/pull/1427))
3030
* [chore] - Update Telemetry Components
3131
([#1440](https://github.com/open-telemetry/opentelemetry-demo/pull/1440))
32+
* [Frontend-proxy] Add restart policy to compose file
33+
([#1448](https://github.com/open-telemetry/opentelemetry-demo/pull/1448))
3234

3335
## 1.8.0
3436

docker-compose.minimal.yml

+1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ services:
238238
resources:
239239
limits:
240240
memory: 50M
241+
restart: unless-stopped
241242
ports:
242243
- "${ENVOY_PORT}:${ENVOY_PORT}"
243244
- 10000:10000

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ services:
312312
resources:
313313
limits:
314314
memory: 50M
315+
restart: unless-stopped
315316
ports:
316317
- "${ENVOY_PORT}:${ENVOY_PORT}"
317318
- 10000:10000

0 commit comments

Comments
 (0)