paperless-gpt/.env uses wrong syntax

Open Beginner friendly
#3 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
68/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
docker-compose
Domain
devops

Research direction

Start by inspecting the repository's .env file and the Docker Compose configuration that references it as an env_file. Confirm the entries follow the standard format expected by Docker Compose, then verify that the environment variables load successfully. Done means the file no longer uses YAML-style key-value syntax and Compose can read its variables.

Written by the indexing model from the issue text.

Description

The file uses YAML colon syntax (KEY: value) instead of .env equals syntax (KEY=value). Docker Compose env_file expects standard .env format. This will cause all environment variables to fail loading.

Might be me, but that as is that .env file was not behaving. Possibly some versions or OS are more lenient if it worked for you.

Dominant language
No language data
Stars
201
Forks
76
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from timothystewart6/paperless-stack

All issues in timothystewart6/paperless-stack

Similar issues

More DevOps issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.