Skip to content

Suggestion: Make docker-compose.yml use environment variables or .env #1091

Open
@gwpl

Description

@gwpl

with changes like

<<<<<<< 
      - OPENAI_API_KEY=<your_openai_key>
=======
      - OPENAI_API_KEY=${OPENAI_API_KEY}
>>>>>>>

one can make docker-compose.yml to use environment variables or keys from .env , and actually using .env (and having it in .gitignore) would be very elegant way .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions