diff --git a/compose.example.yml b/compose.example.yml index 41ff368ce..8b25695dc 100644 --- a/compose.example.yml +++ b/compose.example.yml @@ -65,8 +65,12 @@ services: worker: image: ghcr.io/we-promise/sure:latest command: bundle exec sidekiq + volumes: + - app-storage:/rails/storage restart: unless-stopped depends_on: + db: + condition: service_healthy redis: condition: service_healthy environment: