mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# Dockerfile for icecast-arm
|
# Dockerfile for icecast-arm
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM easypi/alpine-arm
|
FROM arm32v7/alpine:3
|
||||||
|
|
||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ icecast:
|
|||||||
image: easypi/icecast-arm
|
image: easypi/icecast-arm
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ icecast:
|
|||||||
image: vimagick/icecast
|
image: vimagick/icecast
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Dockerfile for mpd-arm
|
# Dockerfile for mpd-arm
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM easypi/alpine-arm
|
FROM arm32v7/alpine:3
|
||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
RUN apk add --no-cache mpd mpc
|
RUN apk add --no-cache mpd mpc
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
mpd:
|
version: "3.7"
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
mpd:
|
||||||
image: easypi/mpd-arm
|
image: easypi/mpd-arm
|
||||||
ports:
|
ports:
|
||||||
- "6600:6600"
|
- "6600:6600"
|
||||||
@@ -9,12 +13,12 @@ mpd:
|
|||||||
- ./playlists:/var/lib/mpd/playlists
|
- ./playlists:/var/lib/mpd/playlists
|
||||||
devices:
|
devices:
|
||||||
- /dev/snd
|
- /dev/snd
|
||||||
links:
|
depends_on:
|
||||||
- icecast
|
- icecast
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
|
|
||||||
icecast:
|
icecast:
|
||||||
image: easypi/icecast-arm
|
image: easypi/icecast-arm
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
mpd:
|
version: "3.7"
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
mpd:
|
||||||
image: vimagick/mpd
|
image: vimagick/mpd
|
||||||
ports:
|
ports:
|
||||||
- "6600:6600"
|
- "6600:6600"
|
||||||
@@ -9,12 +13,12 @@ mpd:
|
|||||||
- ./playlists:/var/lib/mpd/playlists
|
- ./playlists:/var/lib/mpd/playlists
|
||||||
devices:
|
devices:
|
||||||
- /dev/snd
|
- /dev/snd
|
||||||
links:
|
depends_on:
|
||||||
- icecast
|
- icecast
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
|
|
||||||
icecast:
|
icecast:
|
||||||
image: vimagick/icecast
|
image: vimagick/icecast
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user