Method: Orchestration::DockerCompose::Configuration#volumes

Defined in:
lib/orchestration/docker_compose/configuration.rb

#volumesObject



20
21
22
# File 'lib/orchestration/docker_compose/configuration.rb', line 20

def volumes
  {}.merge(database_volume).merge(mongo_volume)
end