Skip to content

Commit

Permalink
[Frontend-proxy] Add restart policy to compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
klucsik committed Mar 12, 2024
1 parent c6f4471 commit 162c45e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ services:
resources:
limits:
memory: 50M
restart: unless-stopped
ports:
- "${ENVOY_PORT}:${ENVOY_PORT}"
- 10000:10000
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ services:
resources:
limits:
memory: 50M
restart: unless-stopped
ports:
- "${ENVOY_PORT}:${ENVOY_PORT}"
- 10000:10000
Expand Down

0 comments on commit 162c45e

Please sign in to comment.