feat: Created the Lidarr mock and added a justfile

This commit is contained in:
2026-01-21 11:18:37 -07:00
parent ab4c119e04
commit 6512117aca
6736 changed files with 569422 additions and 4598 deletions
+7
View File
@@ -10,6 +10,11 @@ services:
container_name: sonarr-mock
restart: unless-stopped
lidarr:
image: darkalex17/lidarr-mock:latest
container_name: lidarr-mock
restart: unless-stopped
prowlarr:
image: darkalex17/prowlarr-mock:latest
container_name: prowlarr-mock
@@ -26,5 +31,7 @@ services:
condition: service_started
sonarr:
condition: service_started
lidarr:
condition: service_started
prowlarr:
condition: service_started