Skip to content

Commit

Permalink
Added restart=always directive to celery docker-compose entry
Browse files Browse the repository at this point in the history
  • Loading branch information
JOUNAIDSoufiane authored Feb 2, 2024
2 parents 4b24ca8 + fcc34f6 commit 0c76457
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 0c76457

Please sign in to comment.