Skip to content

Commit

Permalink
Added restart=always directive to celery following an outage where it…
Browse files Browse the repository at this point in the history
… did not come back on
  • Loading branch information
Soufiane Jounaid committed Feb 2, 2024
1 parent 4b24ca8 commit fcc34f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ services:
depends_on:
- mysql
- redis
restart: always
vue:
image: node:lts
command: sh -c 'yarn && yarn serve'
Expand Down

0 comments on commit fcc34f6

Please sign in to comment.