[GH-ISSUE #4047] Dockerfile and Environment File for "mintplexlabs/anythingllm:pg" image ECS Deployment #2577

Closed
opened 2026-02-22 18:30:20 -05:00 by yindo · 1 comment
Owner

Originally created by @resulraveendran on GitHub (Jun 25, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4047

Hi Timothycarambat,
We have successfully deployed the mintplexlabs/anythingllm:pg Docker image, which includes a PostgreSQL database installed inside the container, on our local environment. The setup is working as expected.

Now, we need to deploy this setup within the client's secure environment. Due to security policies, the client does not allow direct usage of Docker images. They require a Dockerfile for evaluation before they approve the deployment.

For the ECS deployment, could you please provide the following:

The Dockerfile for the "mintplexlabs/anythingllm:pg" image.

The necessary .env file to configure the environment for the deployment.

Originally posted by @resulraveendran in #4046

@timothycarambat

Originally created by @resulraveendran on GitHub (Jun 25, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4047 Hi Timothycarambat, We have successfully deployed the mintplexlabs/anythingllm:pg Docker image, which includes a PostgreSQL database installed inside the container, on our local environment. The setup is working as expected. Now, we need to deploy this setup within the **client's secure environment**. Due to security policies, the client does not allow direct usage of Docker images. They require a Dockerfile for evaluation before they approve the deployment. For the ECS deployment, could you please provide the following: The **Dockerfile** for the "mintplexlabs/anythingllm:pg" image. The necessary **.env** file to configure the environment for the deployment. _Originally posted by @resulraveendran in [#4046](https://github.com/Mintplex-Labs/anything-llm/issues/4046#issuecomment-3006908796)_ @timothycarambat
yindo closed this issue 2026-02-22 18:30:20 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jun 26, 2025):

Repo is open source - you just go to the pg branch and go to Docker
https://github.com/Mintplex-Labs/anything-llm/blob/pg/docker/Dockerfile

This file is the exact same as the one in master - the changes from master come from this file
https://github.com/Mintplex-Labs/anything-llm/blob/pg/server/prisma/schema.prisma

Where we define a DATABASE_URL that should exist in the storage/.env on boot so the migrations can run - we even have docs for this
https://docs.anythingllm.com/installation-docker/available-images#pg

@timothycarambat commented on GitHub (Jun 26, 2025): Repo is open source - you just go to the `pg` branch and go to `Docker` https://github.com/Mintplex-Labs/anything-llm/blob/pg/docker/Dockerfile This file is the exact same as the one in master - the changes from master come from this file https://github.com/Mintplex-Labs/anything-llm/blob/pg/server/prisma/schema.prisma Where we define a `DATABASE_URL` that should exist in the `storage/.env` on boot so the migrations can run - we even have docs for this https://docs.anythingllm.com/installation-docker/available-images#pg
yindo changed title from Dockerfile and Environment File for "mintplexlabs/anythingllm:pg" image ECS Deployment to [GH-ISSUE #4047] Dockerfile and Environment File for "mintplexlabs/anythingllm:pg" image ECS Deployment 2026-06-05 14:47:20 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2577