Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.48 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.48 KB

Docker for "Lights On/Sandbox" deployment

These instructions are focused on running Retool via Docker, with references to Infra steps (minimally explained). Expecation is that each customer has different cloud environmentments and requirements, and should have some representative (or Retool help) for the infra around Retool.

This is divergent from other Retool Docker guides to minimize manual edits by the deployer, typically only requiring "input a setting".

Alternative: k8s: https://github.com/tryretool/retool-terraform/

Setup

See Setup Guide for instructions

Docker File Organization

5 key docker files + a SETUP_GUIDE.

  • docker.env
    • Main place for edits. Adding or toggling key settings.
  • Dockerfile
    • A stub/shell. No hardcoded info or edits required. Details provided by docker-compose*.yml
  • docker-compose-{#{-{purpose}.yml