Skip to content

Set up docker-compose to replace the startup scripts #24

@sdankel

Description

@sdankel

Context

A quickstart script with an ephemeral setup (e.g. docker).
Ideally we want to be able to spin up dependencies for local development.

This would be:

  • The database
  • Potentially a database UI (pgadmin)
  • Migration script(s) to perform migration on startup

Simply running docker compose up should run the relevant services - which local app should be able to connect with.
The .env and or .env.local file(s) should be used here for setting relevant env settings for the containers.

Background

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions