Adding remnants of the old build in

This commit is contained in:
Glahera 2024-04-15 13:41:33 +07:00
parent 9c7cbe1554
commit 9a8a3228a2

5
build.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
docker-compose -f /opt/suitarr/docker-compose.yml pull
docker-compose -f /opt/suitarr/docker-compose.yml up -d
docker exec sonarr /bin/bash -c 'apt-get update -y && apt-get install bc lsof ffmpeg mediainfo redis-tools -y'
docker exec radarr /bin/bash -c 'apt-get update -y && apt-get install bc lsof ffmpeg mediainfo redis-tools -y'