Skip to content

Create a new and better way to write out .env files #444

@epicserve

Description

@epicserve
  • Figure out how to run the setup script without the project running
  • Figure out the issue with the project changing the owner of the .env file to root when it is run with Docker
  • Figure out how to define variables that other variables depend on, for example:
    POSTGRES_USER=django-base-site
    POSTGRES_DB=django-base-site
    POSTGRES_PASSWORD=**random-password**
    DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions