File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ LABEL maintainer="chbmb"
1010RUN \
1111 echo "**** install build packages ****" && \
1212 apk add --no-cache --virtual=build-dependencies \
13+ curl \
1314 git && \
1415 echo "**** install runtime packages ****" && \
1516 apk add --no-cache --upgrade \
3031 /opt/mstream/ --strip-components=1 && \
3132 cd /opt/mstream && \
3233 npm install --only=production && \
33- npm link
34+ npm link && \
3435 echo "**** cleanup ****" && \
3536 apk del --purge \
3637 build-dependencies && \
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ LABEL maintainer="chbmb"
1010RUN \
1111 echo "**** install build packages ****" && \
1212 apk add --no-cache --virtual=build-dependencies \
13+ curl \
1314 git && \
1415 echo "**** install runtime packages ****" && \
1516 apk add --no-cache --upgrade \
3031 /opt/mstream/ --strip-components=1 && \
3132 cd /opt/mstream && \
3233 npm install --only=production && \
33- npm link
34+ npm link && \
3435 echo "**** cleanup ****" && \
3536 apk del --purge \
3637 build-dependencies && \
Original file line number Diff line number Diff line change 1+ {
2+ "port" : 3000 ,
3+ "webAppDirectory" : " public" ,
4+ "secret" : " " ,
5+ "writeLogs" : true ,
6+ "noUpload" : false ,
7+ "scanOptions" : {
8+ "skipImg" : true ,
9+ "scanInterval" : 1.5 ,
10+ "pause" : 50 ,
11+ "saveInterval" : 500 ,
12+ "bootScanDelay" : 15
13+ },
14+ "storage" : {
15+ "albumArtDirectory" : " /config/album-art" ,
16+ "dbDirectory" : " /config" ,
17+ "logsDirectory" : " /config/logs"
18+ },
19+ "folders" : {
20+ "music" : " /music"
21+ },
22+ "users" : {
23+ "admin" : {
24+ "password" :" password" ,
25+ "vpaths" : " music"
26+ }
27+ }
28+ }
Original file line number Diff line number Diff line change 33cd /opt/mstream || exit
44
55exec \
6- s6-setuidgid abc /opt/ mstream/mstream -d /config/db -I /config/album-art - j /config/config.json -m /music -u ${USER} -x ${PASSWORD}
6+ s6-setuidgid abc mstream - j /config/config.json
You can’t perform that action at this time.
0 commit comments