Solved listmonk and peertube bugs

This commit is contained in:
Kevin Veen-Birkenbach 2024-01-06 11:33:33 +01:00
parent ef2bf8a3ee
commit 4ae1776a4b
2 changed files with 2 additions and 2 deletions

View File

@ -29,6 +29,6 @@
- name: setup routine for listmonk
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}}"
when: setup | bool

View File

@ -1,3 +1,3 @@
docker_compose_project_name: "peertube"
database_type: "mariadb"
database_type: "postgres"
database_password: "{{peertube_database_password}}"