transferred Code Ocean from original repository to GitHub
This commit is contained in:
17
config/docker.yml.erb
Normal file
17
config/docker.yml.erb
Normal file
@@ -0,0 +1,17 @@
|
||||
default: &default
|
||||
connection_timeout: 3
|
||||
ports: !ruby/range 4500..4600
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
host: tcp://192.168.23.75:2375
|
||||
workspace_root: <%= File.join('/', 'shared', Rails.env) %>
|
||||
|
||||
production:
|
||||
<<: *default
|
||||
workspace_root: <%= Rails.root.join('tmp', 'files', Rails.env) %>
|
||||
|
||||
test:
|
||||
<<: *default
|
||||
host: tcp://192.168.23.75:2375
|
||||
workspace_root: <%= File.join('/', 'shared', Rails.env) %>
|
Reference in New Issue
Block a user