Sha256: 0733e60f5353f350aacc94a489e045b700d3983d2f8d15eb7f6cbd549bb11d75

Contents?: true

Size: 1.32 KB

Versions: 2

Compression:

Stored size: 1.32 KB

Contents

###############################################################################
############################# General Setup ###################################
###############################################################################

### Docker compose files ######################################################

# Select which docker-compose files to include. If using an override append `:docker-compose.example.yml` at the end
COMPOSE_FILE=docker-compose.yml

# Change the separator from : to ; on Windows
COMPOSE_PATH_SEPARATOR=<%= is_windows? ? ';' : ':' %>

# Define the prefix of container names. This is useful when there are multiple projects using railsdock
COMPOSE_PROJECT_NAME=<%= app_name %>

###############################################################################
######################### Containers Customization ############################
###############################################################################


### RUBY ######################################################################
# Select a Ruby Version of the Ruby container. Accepted values: 2.2.x-2.7.x

RAILSDOCK_RUBY_VERSION=<%= ruby_version %>
BUNDLE_JOBS=10
BUNDLE_RETRY=3
RAILS_SERVER_HOST_PORT=3000
RUBY_UID=<%= uid %>
RUBY_GID=<%= uid %>
# Select a Node Version for the Ruby container. Accepted values: 8-13
RAILSDOCK_NODE_VERSION=12

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
railsdock-0.3.1 lib/railsdock/templates/install/default/default.env.erb
railsdock-0.3.0 lib/railsdock/templates/install/default/default.env.erb