skrepkaq / VK-Killer

Социальная сеть
https://social.skrepkaq.ru/
GNU General Public License v3.0
4 stars 3 forks source link

Wrap server in Docker (Compose) #3

Open kirillzhosul opened 1 year ago

kirillzhosul commented 1 year ago

Manage to run Django server inside Docker with Docker-Compose (Not only server).

That will allow to run project with specified Python version (because project does not works on Python >3.10 (as README says) and auto install requirements / migrate (make migrations).

After there is should be only one easy command docker compose up that will launch server + services (dbms (redis / etc)). It can be managed with .env.

Only requirements for the host is to have installed docker engine.

kirillzhosul commented 1 year ago

@skrepkaq I can do that if you want.

kirillzhosul commented 1 year ago

That issue in some way relates to the #4.