struct RailsApp::Directories

Overview

Create directories on the container's filesystem

directories:
  - path: /containing/path
    name: config
    files:
      - filename: app.yml
        content: |
          production:
            database: postgres://user:password@host/db_name
            redis: redis://redis

Included Modules

Defined in:

rails_app_operator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(pull : JSON::PullParser) #

def self.new(*, name : String, path : String, files : Nil | Array(RailsApp::Directories::Files) = nil, persistent_storage : RailsApp::Directories::PersistentStorage | Nil = nil) #

[View source]

Instance Method Detail

def files : Array(Files) | Nil #

def name : String #

def path : String #

def persistent_storage : PersistentStorage | Nil #