mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Solved listmonk and peertube bugs
This commit is contained in:
parent
ef2bf8a3ee
commit
4ae1776a4b
@ -29,6 +29,6 @@
|
|||||||
|
|
||||||
- name: setup routine for listmonk
|
- name: setup routine for listmonk
|
||||||
command:
|
command:
|
||||||
cmd: "yes | docker compose run -T --rm application ./listmonk --install"
|
cmd: docker compose run -T --rm application sh -c "yes | ./listmonk --install"
|
||||||
chdir: "{{docker_compose_instance_directory}}"
|
chdir: "{{docker_compose_instance_directory}}"
|
||||||
when: setup | bool
|
when: setup | bool
|
@ -1,3 +1,3 @@
|
|||||||
docker_compose_project_name: "peertube"
|
docker_compose_project_name: "peertube"
|
||||||
database_type: "mariadb"
|
database_type: "postgres"
|
||||||
database_password: "{{peertube_database_password}}"
|
database_password: "{{peertube_database_password}}"
|
Loading…
Reference in New Issue
Block a user