Skip to content

feat: dockerize pixelrag serve engine - #136

Open
Youcef3939 wants to merge 1 commit into
StarTrail-org:mainfrom
Youcef3939:feat/docker
Open

feat: dockerize pixelrag serve engine#136
Youcef3939 wants to merge 1 commit into
StarTrail-org:mainfrom
Youcef3939:feat/docker

Conversation

@Youcef3939

@Youcef3939 Youcef3939 commented Aug 5, 2026

Copy link
Copy Markdown

this pull request introduces docker support for the project, enabling containerized development and deployment. the main changes include adding a multi-stage Dockerfile for building and running the application, a .dockerignore file to optimize build context, and a docker-compose.yml for orchestrating the service and persistent volumes

docker support and build optimization:

  • added a multi-stage Dockerfile to build and run the application, installing all necessary system and python dependencies, copying source files, and setting up the runtime environment
  • added a .dockerignore file to exclude unnecessary files and directories from the docker build context, improving build performance and reducing image size

service orchestration:

  • added a docker-compose.yml file to define the pixelrag-api service, expose the application on port 8000, set environment variables, and mount persistent volumes for index and tiles data

issue #110

@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown

@Youcef3939 is attempting to deploy a commit to the andylizf's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Youcef3939

Copy link
Copy Markdown
Author

yo @andylizf, if you have some time can you kindly review the pr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant