Budget: 5000 UAH Deadline: 5 days
Good day! I can complete the task as I have extensive experience with production, I will set up CI/CD. I will configure backups. I can support the project.
Andrii Kisil
Winning proposal- Projects 177
- Rating 5.0
- Rating 3 322
Budget: 2500 UAH Deadline: 3 days
Good day. I am ready to complete your task. Write to me. I have experience working with Docker. Write to me. Thank you.
Budget: 5000 UAH Deadline: 7 days
Good day!
I am responding to your technical specification. The stack and scope of work are familiar to me — this is what I am already doing in production for a real B2B (a network of stores, clients, integrations). Google Drive
1) Experience with similar projects
In production, I support infrastructure on Ubuntu VPS with the same approach as in your specification:
Docker Compose: several services running in parallel — FastAPI (API, webhooks, cron endpoints) + PostgreSQL + separate bots/workers.
FastAPI + React: for example, loyalty-api + web-admin (Vite/React) — front-end build in a container, API via reverse proxy, health checks, deployment script git pull → build → up -d.
Host nginx → containers: public domains (loyalty.*, tg.*) through nginx upstream on 127.0.0.1, HTTPS (Let's Encrypt / certbot), separate locations for API and static files.
Security: checklists for secrets, CORS, closing unnecessary ports from the internet, key rotation; in migration documentation — ufw (22/80/443), SSH, separating public access only through 443.
Git → server: clone/pull from the repository, .env outside of git, recoverable update procedures without downtime "blindly".
Backups + cron: daily PostgreSQL dumps, retention 14–30 days, job logs, separate restore scripts — tested on real data.
Smoke / runbook: health (/health), docker compose ps, nginx -t, typical 502/504 errors, database recovery — documented in runbooks for production.
Operating system: migration plan between hosts (inventory of ports/domains, DNS, certbot, checklists), OPS guide for disk/RAM, autostart docker + nginx after reboot.
This is not a "training" deployment, but production with real users — therefore, I work on the principle: first backup and rollback, then change; after each step — a short check, not "deploy and forget".
Your 14-page specification with ready commands is a convenient format: I usually work the same way (runbook + copy-paste + handover), so I will quickly go through the checklist without improvisation on the server.
Yes, I am ready for a retainer of 2–4 hours/month after deployment:
updates from GitLab (build + restart);
checking backups and disk space;
minor nginx/SSL/cron adjustments;
response to alerts (502, container down, certificate);
a monthly short health report (optional).
Proposals are currently absent
Budget: 22000 UAH Deadline: 4 days
Approximately based on your description - 22000 UAH fixed, deadline - up to 4 working days after access and specifications. We can provide support 2-4 hours/month after deployment, preferably with a short response time and a list of responsibilities.
> Experience - Ubuntu Server, Docker Compose, nginx, Let's Encrypt, ufw, fail2ban, backups, post-release checks. We usually handle similar tasks through a checklist, so the production server doesn't rely on magic and coffee, although coffee sometimes works too =)
> Here’s the nuance - if the Word specifications already contain all the commands, I wouldn’t just run them mechanically, but would check the environment variables, container networks, directory permissions, logs, cron-backup, and recovery from backup. Handover documentation is also necessary not just for aesthetics - it saves hours of support later.
> What we need from you - SSH key access, domain or DNS access within the exchange, GitLab access to the repository, environment variables without public disclosure in the chat, database information, and a checklist of 11 scenarios.
> Clarification - Is the database in the compose or separately on the server?
> Clarification - Should the deployment be done with downtime or is there a window when real clients are not working?
> Relevant examples
>> https://business.ingello.com/platforma - corporate platform where stable architecture and operation are important
>> https://business.ingello.com/forma-bpm - business system with processes, roles, and post-launch support
>> https://systems-fl.ingello.com/ua - Ingello Systems for FLH
Budget: 18000 UAH Deadline: 5 days
I already have a practically ready similar solution for the production deployment of a B2B system on Ubuntu with Docker Compose, nginx, SSL, basic security, and backups - it can be quickly adapted to your server and discussed here on the marketplace right now, I'm nearby ))
We can take the job for a fixed price of 18,000 UAH and allocate 5 working days.
With further retainer support of 2-4 hours/month also okay - usually this includes monitoring, updates, minor configuration tweaks, backup checks, and incident response.
Based on experience - we have set up and maintained servers for corporate systems, CRMs, dashboards, services with roles, APIs, domains, SSL, backups, and documentation.
From your specifications, it is clear that the task is not just to install Docker, but to carefully secure the production node - access, domain, build from GitLab, host nginx, SSL, cron backups, smoke tests on 11 scenarios, and handover.
I would simplify it - first check DNS and access, then basic security, then deployment, then backups, then a checklist and a short instruction for the team.
Look, there’s a nuance - it’s preferable to separately agree on the technical window time if there are already real clients.
> I will clarify 2 questions to make the assessment more accurate
>> Is the database already containerized or is it running separately on the server?
>> Is the domain already delegated to Mirohost or Cloudflare?
> Relevant examples
>> https://business.ingello.com/platforma - corporate platform with roles, admin logic, and internal processes
>> https://business.ingello.com/forma-bpm - systems for managing business processes, where stable server performance is important
>> https://business.ingello.com/vorfahr - a SaaS project with a similar approach, where production reliability and scalability are crucial
Main landing page of Ingello for FLH - https://systems-fl.ingello.com/ua
Proposals concealed
Current freelance projects in the category DevOps
Who can help set up such a setup: I plan to deploy a server that will work in parallel with 4–5 different AI models for programming tasks. The key requirement is multi-user access: several developers will be able to use the server simultaneously, each in an isolated session with their own agents. Models Claude / GPT / Kimi k3
Need: to help purchase and launch a VPS server in the USA; to set up a proxy/VPN with an American IP address; to install and configure OpenVPN for all employees; to assist with corporate email; to transfer all access and a brief instruction. We are looking for a specialist not only for one-time setup but also for ongoing support. It is important that in case of problems with the server, VPN, proxy, connection, or email, we can quickly contact the specialist and receive prompt assistance. Please specify your experience, setup cost, completion time, terms of ongoing support, and response time for urgent requests.
As part of enhancing the cybersecurity level of our infrastructure, we need to abandon the practice of storing "eternal" and static API keys, passwords, and integration tokens in the configuration files (.env, appsettings.json, config.yaml) of our microservices. Business Goal: Create a single secure storage point for confidential data (secrets) with a mechanism for their automatic updating (rotation) in external systems on a schedule. Our other services will request current tokens "on the fly" via API, which will minimize damage in case of compromise of any system component.Security Model and Encryption (Crypto Core) No secret should be stored in plaintext in the database. Upon application startup, a Master Key is passed to the environment variables. If the key is missing or has an invalid length, the service should fail at the initialization stage with a clear error in the logs. Each secret is encrypted before being written to the database using this Master Key. Upon request, it is decrypted in memory and returned in the response body.Audit Logging (Audit Trail) Any action with secrets (creation, reading by the service, successful or unsuccessful rotation) must be recorded in a separate log file audit.log (or a separate table in the database). Strict Taboo: It is strictly prohibited to record the actual values of secrets in the audit log (neither in plaintext nor in encrypted form).
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 not on Hetzner for security - fix the logo that is not displaying for some reason (it's unclear why the file has become inaccessible) Important - there is no website backup, and there is no room for error. We will only consider experienced specialists.