Skip to content

Commit

Permalink
chore: update compose.yml (#1023)
Browse files Browse the repository at this point in the history
- prevent compose web service to restart always when service api
restarts
  • Loading branch information
detj authored Aug 12, 2024
1 parent 5f55012 commit b7b1c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions self-host/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
depends_on:
api:
condition: service_healthy
restart: false

api:
build:
Expand Down

0 comments on commit b7b1c7a

Please sign in to comment.