Sign inSign up

casjaysdevdocker/ampache

By casjaysdevdocker

•Updated about 2 months ago

Container for ampache

Image
0

2.1K

casjaysdevdocker/ampache repository overview

ā šŸ‘‹ Welcome to ampache šŸš€

ampache README

⁠Install my system scripts

 sudo bash -c "$(curl -q -LSsf "https://github.com/systemmgr/installer/raw/main/install.sh")"
 sudo systemmgr --config && sudo systemmgr install scripts  

⁠Automatic install/update

dockermgr update ampache

⁠Install and run container

mkdir -p "$HOME/.local/share/srv/docker/ampache/rootfs"
git clone "https://github.com/dockermgr/ampache" "$HOME/.local/share/CasjaysDev/dockermgr/ampache"
cp -Rfva "$HOME/.local/share/CasjaysDev/dockermgr/ampache/rootfs/." "$HOME/.local/share/srv/docker/ampache/rootfs/"
docker run -d \
--restart always \
--privileged \
--name casjaysdevdocker-ampache \
--hostname ampache \
-e TZ=${TIMEZONE:-America/New_York} \
-v "$HOME/.local/share/srv/docker/casjaysdevdocker-ampache/rootfs/data:/data:z" \
-v "$HOME/.local/share/srv/docker/casjaysdevdocker-ampache/rootfs/config:/config:z" \
-p 80:80 \
casjaysdevdocker/ampache:latest

⁠via docker-compose

version: "2"
services:
  ProjectName:
    image: casjaysdevdocker/ampache
    container_name: casjaysdevdocker-ampache
    environment:
      - TZ=America/New_York
      - HOSTNAME=ampache
    volumes:
      - "$HOME/.local/share/srv/docker/casjaysdevdocker-ampache/rootfs/data:/data:z"
      - "$HOME/.local/share/srv/docker/casjaysdevdocker-ampache/rootfs/config:/config:z"
    ports:
      - 80:80
    restart: always

⁠Get source files

dockermgr download src casjaysdevdocker/ampache

OR

git clone "https://github.com/casjaysdevdocker/ampache" "$HOME/Projects/github/casjaysdevdocker/ampache"

⁠Build container

cd "$HOME/Projects/github/casjaysdevdocker/ampache"
buildx 

⁠Authors

šŸ¤– casjay: Github⁠ šŸ¤–
⛵ casjaysdevdocker: Github⁠ Docker⁠ ⛵

Tag summary

Content type

Image

Digest

sha256:caa67baab…

Size

583.3 MB

Last updated

about 2 months ago

docker pull casjaysdevdocker/ampache