Skip to content

Add Docker support#22

Open
Julienpeps wants to merge 1 commit intoRedByte1337:masterfrom
Julienpeps:master
Open

Add Docker support#22
Julienpeps wants to merge 1 commit intoRedByte1337:masterfrom
Julienpeps:master

Conversation

@Julienpeps
Copy link
Copy Markdown

This pull request introduces initial Docker support for the project. The main changes include the addition of a Dockerfile, a docker-compose.yml file, and a .dockerignore file.

Docker support:

  • Added a multi-stage Dockerfile to build the project using Python 3.14, install dependencies with uv, and set up the application entrypoint.
  • Added a docker-compose.yml file to simplify running the service, mapping ports and persistent storage for databases.
  • Added a .dockerignore file to prevent unnecessary files from being copied into the image.

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