mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user