Skip to content

Instantly share code, notes, and snippets.

@agp8x
Last active September 20, 2017 06:34
Show Gist options
  • Save agp8x/99c37fc1411969e7754995b3d3f42b2e to your computer and use it in GitHub Desktop.
Save agp8x/99c37fc1411969e7754995b3d3f42b2e to your computer and use it in GitHub Desktop.

Usage

  1. create a postgres.env file:
    • user and db are optional
      • user defaults to postgres
      • db defaults to <user>

    POSTGRES_USER=<user> POSTGRES_PASSWORD=<secret> POSTGRES_DB=<dbname>

  2. docker-compose up -d

  3. launch a browser and finish installation on localhost:10080/
    • use PostgreSQL as database
    • use credentials from postgres.env file

Requirements

  • docker (1.13.0+)
  • docker-compose (1.8.0+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment