mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 17:05:56 +03:00
[GH-ISSUE #185] Docker Setup Fails Without Pre-existing .env File #470
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#470
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @uniqueumesh on GitHub (Apr 29, 2025).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/185
Originally assigned to: @AJaySi on GitHub.
@AJaySi
While setting up ALwrity using Docker, I encountered an issue where the application failed to run because the .env file was missing. Normally, the .env file is created after the application is launched, but this dependency caused the Docker setup to fail.
When I manually update the .env file, the tool successfully builds and runs the Docker image.
@AJaySi commented on GitHub (Apr 29, 2025):
@uniqueumesh : Thanks for pointing this out.
@sevleo fixed it in the morning and added a step to copy .env, but we need to create and not assume 'existing' .env
I have pushed changes and verified it at my end.
Thank you @uniqueumesh @sevleo
@uniqueumesh commented on GitHub (Apr 29, 2025):
And while creating a Docker image user should have a very good internet connection. I encountered an error for 10+ because of a slow network issue.
@AJaySi commented on GitHub (Apr 29, 2025):
True. Docker images are heavy, I was using a slim version but that ran into dependencies issues.
We can create an image and upload to docker registry and that should help.
I hope, the docker install is now working for you ? Please close the issue hence ?
Thank you @uniqueumesh