lib/smartcloud/grids/redmine.rb in smartcloud-0.2.2 vs lib/smartcloud/grids/redmine.rb in smartcloud-0.2.3
- old
+ new
@@ -20,9 +20,10 @@
--env REDMINE_DB_PORT=#{Smartcloud.credentials.redmine[:database_port]} \
--env REDMINE_DB_USERNAME=#{Smartcloud.credentials.redmine[:database_username]} \
--env REDMINE_DB_PASSWORD=#{Smartcloud.credentials.redmine[:database_password]} \
--env REDMINE_DB_DATABASE=#{Smartcloud.credentials.redmine[:database_name]} \
--env REDMINE_PLUGINS_MIGRATE=#{Smartcloud.credentials.redmine[:plugins_migrate]} \
+ --volume='#{Smartcloud.config.user_home_path}/.smartcloud/apps/repositories:/repositories:ro' \
--volume='#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-redmine/files:/usr/src/redmine/files' \
--restart='always' \
--network='nginx-network' \
redmine:4.0.5-alpine", out: File::NULL)
\ No newline at end of file