Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

DevOps: Setting up VPS, CI/CD, and deploying the site on the server - production

Translated

  1. 3301    180  0
    5 days145 USD

    Good day. I am ready to complete your task. Write to me.
    It's hard to say about the time - my estimate is 5 days.
    I have worked with such connections (react+next+fastapi+laravel etc).
    Basic monitoring can be done with notifications in TG + Cloud Grafana.

  2. 196  
    7 days534 USD

    Hello, I can prepare a deployment of Django + React/TypeScript on an Ubuntu VPS.

    I will create a Docker Compose for Django, PostgreSQL, Nginx, and React, configure static/media, SSL via Let's Encrypt, environment configuration, and launch from a private Git. I will also write GitHub Actions for updates from main.

    In the end, I will leave a README with commands for restarting, viewing logs, manual updates, and basic service checks after deployment.

  3. 373  
    7 days22 USD

    Hello.
    I am ready to help you with the project.

    I have 5 years of experience working as a DevOps engineer.
    I would be happy to discuss the details.

  4. 1824    81  0
    7 days334 USD

    Good day!

    I have extensive experience as a DevOps engineer and can complete the tasks.

    1. 7 days.
    2. I have experience with Django + React (Docker, Nginx, Gunicorn, PostgreSQL).
    3. Monitoring - Loki + Grafana + Promtail.

  5. 223    1  0
    3 days223 USD

    Good day, I have experience in deploying various projects, setting up CI/CD, and implementing DevOps principles. I will help you deploy your project on a VPS. I will configure Docker, SSL, create documentation, and set up CI/CD through Github Actions. It will take from 1 to 3 days. For monitoring, you can basically set up Prometheus + Grafana.

  6. 428  
    5 days111 USD

    My CV https://mksscryertower.quest/Curriculum%20Vitae%20of%20Klimenko%20Maxim%20Sergievich.html

    In terms of time, it will take about a week, considering other commitments. I have encountered Django and worked at a company that developed products with this framework. Not basic are Grafana and Prometheus with Loki, and what is meant by basic - a script for uptime and a few metrics? This can be discussed. Regarding payment - I have an hourly rate, and I can accurately calculate the hours spent, and payment will be based on that.

  7. Another 3 proposals concealed
  1. 2889
     20  0

    4 days223 USD

    Good day! I will set everything up turnkey in 3–4 days: server, Docker, SSL, CI/CD with GitHub, and documentation. I have experience working with Django + React. For monitoring, I recommend UptimeRobot + Sentry — this is more than enough to get started, and both services have free plans.

  2. 596
     2  0
    Work example:
    Сервис аренды автомобилей
    1 day223 USD

    Hello!

    We are dZENcode – a full-cycle digital solutions development company: from design and programming to integrations and post-release support. We take on projects from scratch and also engage in the refinement of existing solutions.

    We can deploy your Django + React project on a VPS and set up a turnkey deployment.

    Is there already a clean Ubuntu on the server, or do you need a complete start from scratch? Do you also need basic monitoring and backup?

    You can find detailed information about our services and rates on our website: Freelancehunt
    Take a look – after that, we can discuss the details and agree on the next step.

    ⚠️ After clarifying all the details, we will determine the scope, the suitable format of cooperation: per task, outsourcing, or outstaffing, and the final cost.

    Why projects with us are guaranteed to reach release:
    💎 10+ years providing IT services;
    🔥 90+ in-house specialists;
    🚀 250+ public reviews since 2015;
    ⚙️ We support the product under SLA after launch;
    ✅ We work under NDA and a contract with the company!

  3. 14504
     24  0

    2 days512 USD

    I understand your task - it is necessary to set up a VPS, CI/CD, and deploy your project on the server. This includes not only basic configuration but also security optimization, Docker setup, integration of Django and React, as well as detailed documentation. Given the scope of work, this is not a simple task, as it is important to correctly implement the connection between components and ensure stable operation. I propose to set everything up from scratch, integrating all necessary elements so that the project runs flawlessly.

    In terms of risks, I want to highlight the need to configure server security to avoid potential vulnerabilities, as well as the importance of writing clear documentation that should be understandable even for those who are working on the project for the first time. When performing such work, it is important to think through recovery scenarios in case of failures and have clear instructions for updates.

    As the next step, I would like to clarify what monitoring you plan to use to control the server's status and how often you will perform database backups? This will help better plan the project. The defined budget for such work, taking into account all complexities and details, will be 23,000 hryvnias, and the execution time will be 2 days.

  4. 417    2  0
    5 days111 USD

    Good day. I am taking on the deployment "turnkey" on Ubuntu: Docker Compose (backend + Postgres + Nginx + built frontend), HTTPS (Let’s Encrypt) with continuation, reverse proxy, static/media, GitHub Actions on main for expected deployment from a private repo and README/runbook (restart containers, logs, backup/restore DB, pipeline description).

    Why me: I already manage several services in production monorepo on FastAPI + PostgreSQL + Compose (separate docker-compose, healthcheck, secrets via .env / env.example), React (Vite) as an admin panel in one compose with API, integrations with external systems, and operational docs (runbook, prod plan, hardening). I also maintain a monitoring stack: Prometheus + Grafana + Blackbox + Alertmanager in Compose, node_exporter on servers with scrape limitation by IP, alerts in Slack — so after launch, you won't be left "in the dark".

    Technical requirements (briefly):

    Docker / Compose — daily practice on real services; multi-container stacks, volumes, restarts, updates via git pull + compose up.
    Nginx reverse proxy — proxy to the backend, serving static frontend, preparing for TLS; typical vhost patterns I already use in other deployments.
    Django (Gunicorn, Whitenoise) — I have no direct experience with Django, but it is the same class of tasks as ASGI/WSGI via reverse proxy + static: Gunicorn behind Nginx, a separate volume/directory for media, collectstatic + Whitenoise or serving static via Nginx - I will set it up according to your option in compose.
    GitHub Actions - I write simple, readable workflows: build/test, deployment via SSH or pull on the server.

    Answers to your questions:

    Time from scratch to a working link: approximately 1–2 working days, if there are no extra surprises (domain already on DNS, access to the server and repo is ready).
    Django + React: React + backend API in Docker — yes (admin panel/frontend on Vite + API in one stack). Django as a framework — I transfer the same deployment pattern (Gunicorn, env, migrations, static/media, Nginx).
    Monitoring (basic): node_exporter + Prometheus + Grafana or Uptime Kuma, plus Blackbox for key URLs/health and alerts in Slack/Telegram; if needed — postgres_exporter for DB. This provides disk/CPU/RAM, service availability, and a simple signal "something has crashed".

  5. 764    5  1
    4 days178 USD

    Hello! I have significant experience in DevOps and system administration. I am ready to properly configure your VPS and CI/CD. My plan: basic server security tuning (SSH keys, Firewall), containerization using Docker, setting up Nginx + SSL, and automating deployment (GitHub Actions/GitLab CI) with regular backups. Please let me know your technology stack and where the code is stored. I am ready to start the discussion and work!

  6. 776    11  2
    5 days223 USD

    Good day, I will set up your VPS according to your task, I have experience for discussion, write to me in private.

  7. Another 3 proposals concealed
    1 proposal concealed
  • Ruslan T.
    12 May, 13:34 |

    Доброго дня.
    Це ваш дубль проекту https://freelancehunt.com/project/razmestit-razvernut-sayt-na-servere/1626967.html ?
    Видаліть будь-ласка якийсь один, щоб не було плутанини для виконавців.

  • Kirill Bystrov
    13 May, 15:53 |

    там взагалі немає жодного завершеного проєкту в профілі

    та ще й пропозиції відхиляють (так, вони написані з гпт)

Current freelance projects in the category DevOps

Rescue + backup for Hetzner dedicated server

We have a dedicated server on Hetzner with a website on Docker (+ Laravel framework) Contact with the developers has been lost Need to: - restore and change server access (probably SSH) - recommend a storage location and set up a full server backup with easy recovery, probably…

DevOpsSystem & Network Administration ∙ 2 days 2 hours back ∙ 24 proposals

Transfer email from Google Workspace to another platform

111 USD

I'm looking for a specialist who can help transfer corporate email from Google Workspace to another email platform. We want to switch because Google Workspace is currently quite expensive for us. We have about 30 users. We haven't finalized which platform to switch to yet, so we…

DevOpsSystem & Network Administration ∙ 4 days 10 hours back ∙ 18 proposals

Integration of Google Analytics into CRM via n8n

Good day, I need help connecting Google Analytics and CRM through n8n. All settings on the CRM side are done. Now we just need to set up the analytics through n8n to transmit sales events.

DevOpsSystem & Network Administration ∙ 10 days 11 hours back ∙ 21 proposals

Client
Oli Oli
Ukraine Belogore  2  0
Project published
1 month 16 days back
256 views
Tags