Skip to content

Commit

Permalink
⏻ Improve restart policy
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdodo committed Feb 5, 2025
1 parent dcc7bd2 commit 4879240
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ services:
build: replication
depends_on:
- database
restart: on-failure:3

bus:
image: redis:7
Expand Down Expand Up @@ -140,8 +141,10 @@ services:
build: prometheus
ports:
- 32090:9090
restart: on-failure:3

loki:
image: grafana/loki
ports:
- 31090:3100
- 31090:3100
restart: on-failure:3

0 comments on commit 4879240

Please sign in to comment.