feat: Created the Lidarr mock and added a justfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user