Update install_context_chat.yml

This commit is contained in:
2025-05-28 13:38:01 +02:00
committed by GitHub
parent a200d4c77c
commit 35fcd9c784

View File

@@ -1,8 +1,9 @@
---
- name: Install and configure Go, Docker, NATS, Janus, and Signaling Server
hosts: localhost
connection: local
become: true
tasks:
- name: Installeer python3-pip als dat nog niet aanwezig is
@@ -43,7 +44,8 @@
git:
repo: https://github.com/nextcloud/context_chat_backend.git
dest: /opt/context_chat_backend
version: main
#version: master # Pas aan als de branch anders heet, of laat weg om default te gebruiken
force: yes # force checkout
- name: Kopieer voorbeeld .env naar .env
copy:
@@ -102,4 +104,3 @@
volumes:
- /opt/context_chat_backend/persistent_storage:/app/persistent_storage
state: started