diff --git a/applications/roles/home-apps/tasks/main.yml b/applications/roles/home-apps/tasks/main.yml index 12176a9..9f524ec 100644 --- a/applications/roles/home-apps/tasks/main.yml +++ b/applications/roles/home-apps/tasks/main.yml @@ -55,3 +55,17 @@ - 8080:80 - 8081:81 - 4443:443 + +- name: Deploy Librespeed + community.docker.docker_container: + name: librespeed + image: ghcr.io/linuxserver/librespeed:latest + restart_policy: unless-stopped + env: + - "TZ={{ TZ }}" + - "PUID={{ PUID }}" + - "PGID={{ PGID }}" + volumes: + - "{{ CONFIG_FOLDER }}/librespeed/config:/config" + ports: + - 8505:80