fix: Added websocket headers to nginx + fix playbook to force recreate containers

This commit is contained in:
2025-12-06 19:11:16 +05:00
parent a5d3a72d0c
commit 6b09daab61
2 changed files with 11 additions and 0 deletions

View File

@@ -36,8 +36,11 @@
community.docker.docker_compose_v2:
project_src: "/home/{{ ansible_user }}/call-review-platform/infra/infra"
state: present
recreate: always
- name: "Deploy ingest service"
tags: deploy_ingest
community.docker.docker_compose_v2:
project_src: "/home/{{ ansible_user }}/call-review-platform/services/services/ingest-service"
state: present
build: always
recreate: always