mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-25 01:04:02 +08:00
Add storage volume to web service in production docker-compose config [SCI-4035]
This commit is contained in:
parent
169a381629
commit
8de9fc7618
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ services:
|
||||||
- RAILS_ENV=production
|
- RAILS_ENV=production
|
||||||
volumes:
|
volumes:
|
||||||
- scinote_production_files:/usr/src/app/public/system
|
- scinote_production_files:/usr/src/app/public/system
|
||||||
|
- scinote_production_storage:/usr/src/app/storage
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
image: scinote_web_production
|
image: scinote_web_production
|
||||||
|
|
Loading…
Reference in a new issue