Skip to content

Commit

Permalink
Map file-storage volume into worker container, so sidekiq can process…
Browse files Browse the repository at this point in the history
… images
  • Loading branch information
murny committed Jul 26, 2018
1 parent 6b50e4c commit 9388e60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.deployment.yml
Expand Up @@ -52,6 +52,8 @@ services:
worker: &rails
restart: always
image: ualbertalib/jupiter:deployment
volumes:
- file-storage:/app/storage/
command: bundle exec sidekiq
env_file: .env_deployment
depends_on:
Expand Down

0 comments on commit 9388e60

Please sign in to comment.