Added soft-serve

Added graphana/prometheus (not working yet)

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2022-12-21 22:28:46 +01:00
parent 2ba4259dd6
commit 1fdeaf2ded
9 changed files with 121 additions and 15 deletions

View File

@@ -11,7 +11,7 @@
loop: "{{ backblaze_paths | dict2items | subelements('value') }}"
become: true
- name: Shut down docker
- name: Restart docker
shell:
cmd: "docker compose down --remove-orphans"
cmd: "docker compose up -d"
chdir: "{{ docker_compose_dir }}"