Skip to content

Commit

Permalink
TN-3229 Add sdc restart policy (#4302)
Browse files Browse the repository at this point in the history
- Auto-restart `sdc` container, if not explicitly stopped (eg on reboot)
  • Loading branch information
ivan-c authored Apr 10, 2023
1 parent ba9e634 commit 9f46457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ services:
celerybeat:
restart: unless-stopped

sdc:
restart: unless-stopped

redis:
restart: unless-stopped

Expand Down

0 comments on commit 9f46457

Please sign in to comment.