Sha256: 898eed4902db58fa06fa1076057e707e37f8c3f1a642106ffa21046ed08cb6a7
Contents?: true
Size: 834 Bytes
Versions: 1
Compression:
Stored size: 834 Bytes
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 %> ### User Configuration ###################################################### RUBY_UID=<%= uid %> RUBY_GID=<%= uid %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
railsdock-0.4.0 | lib/railsdock/templates/install/default/default.env.erb |