Update install_context_chat.yml
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
- name: Install and configure Go, Docker, NATS, Janus, and Signaling Server
|
- name: Install and configure Go, Docker, NATS, Janus, and Signaling Server
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
@@ -43,7 +44,8 @@
|
|||||||
git:
|
git:
|
||||||
repo: https://github.com/nextcloud/context_chat_backend.git
|
repo: https://github.com/nextcloud/context_chat_backend.git
|
||||||
dest: /opt/context_chat_backend
|
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
|
- name: Kopieer voorbeeld .env naar .env
|
||||||
copy:
|
copy:
|
||||||
@@ -102,4 +104,3 @@
|
|||||||
volumes:
|
volumes:
|
||||||
- /opt/context_chat_backend/persistent_storage:/app/persistent_storage
|
- /opt/context_chat_backend/persistent_storage:/app/persistent_storage
|
||||||
state: started
|
state: started
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user