iffypixy/ekittens

feat: project containerization with Docker

Opened this issue · 0 comments

feat: project containerization with Docker

As an avid fan of Exploding Kittens, I'd like to express my appreciation for the work done on the web version of the game. I'm particularly excited at the prospect of being able to access it easily, both locally and remotely.

Problem

Currently, deploying the project can be complex, especially for those unfamiliar with the underlying technologies. To simplify this process and enable a wider audience to enjoy the game, I suggest containerizing the project using Docker.

Objective

The aim of this request is to containerize the project to make it easier to deploy and run on different platforms, whether local machines or remote servers.

Proposal

Please consider integrating Docker into the project development process. Containerization will not only make deployment simpler and faster, but will also ensure greater portability of the application.

Suggested actions

  • Create a Dockerfile for the API.
  • Create a Dockerfile for the Web.
  • Create a docker-compose.yml file to launch both dockerfiles and third-party services such as PostgreSQL and Redis.

I am convinced that containerizing the project with Docker would be beneficial for both development and end users. I thank you for considering this proposal and am available for any further clarification or assistance.