Skip to content

Commit

Permalink
fix: Restart temporal container on failure (#21615)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias authored Apr 17, 2024
1 parent 33d13af commit 60ddec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ services:
volumes:
- /var/lib/elasticsearch/data
temporal:
restart: on-failure
environment:
- DB=postgresql
- DB_PORT=5432
Expand Down

0 comments on commit 60ddec2

Please sign in to comment.