• Joined on 2025-11-21
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 19:30:45 +00:00
373b42768c fix: update Dockerfile to set correct working directory for migrations
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 19:26:46 +00:00
755547b7bf fix: replace postgresql-libs with libpq in Dockerfile and streamline file copying
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 19:18:23 +00:00
0e48023258 fix: add migrations service to docker-compose and update build workflow for migrations image
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 19:03:23 +00:00
ef6b6d598e fix: add restart policy and volume mapping for postgres and redis services in docker-compose
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 18:58:54 +00:00
82812ecf72 fix: correct middleware reference in FastAPI application setup
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 18:57:53 +00:00
03831499ca fix: add CORS middleware to allow specific origins and methods
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 18:36:19 +00:00
31d1d8de1e fix: update port mapping for app service in docker-compose configuration
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 18:30:19 +00:00
9083d9d23c fix: remove unnecessary protocol from image URL in docker-compose configuration
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 15:03:02 +00:00
4c0b162112 fix: remove unnecessary braces from image URL in docker-compose configuration
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 14:55:44 +00:00
54de35d403 fix: update deployment step to create directory on remote host
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 14:38:23 +00:00
1e4bea46c2 fix: add step to create deployment directory in build workflow
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 14:32:16 +00:00
e1b15f57a0 fix: update build and deploy steps in workflow and refine docker-compose configuration
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 14:26:30 +00:00
3f071a7f36 fix: correct Docker build context path in build workflow
k1nq renamed repository from test-task-crm to k1nq/test_task_crm 2025-11-29 13:30:14 +00:00
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 12:45:13 +00:00
d35bc3cc6c fix: remove colon from 'Restart services' step in build workflow
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 12:44:38 +00:00
b9c77f2766 fix: uncomment branches filter in build workflow trigger
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 07:33:31 +00:00
276c40ce6c fix: add missing login step for Docker registry and correct SSH agent version
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 07:32:10 +00:00
4bdc575892 fix: remove extra spaces in docker push command and SSH key configuration
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 07:22:16 +00:00
a06a6eb834 fix: correct workflow_dispatch syntax in build configuration
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 07:20:39 +00:00
ecc23321ba fix: comment out branches filter in build workflow trigger