Fix data exporting (#61)

* give the worker process access to rails storage

* add db dependence on worker on our compose example file
This commit is contained in:
balvalat
2025-08-02 23:45:46 -06:00
committed by GitHub
parent efd96f606c
commit 25ccb8471c

View File

@@ -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: