Sign inSign up

ugeek/audioserve

By ugeek

Updated about 4 years ago

Audioserver developed in rust for ARM64 architecture and Raspberry Pi

Image
0

405

ugeek/audioserve repository overview

audioserve

docker-compose

version: '3.3'
services:
    audioserve:
        container_name: audioserve
        ports:
            - '3000:3000'
        environment:
            - AUDIOSERVE_SHARED_SECRET=pass
        volumes:
            - /etc/localtime:/etc/localtime:ro
            - '/media/podcast:/audiobooks/podcast'
            - '/media/audiobooks:/audiobooks/audiobooks'
        image: ugeek/audioserve:arm64
        restart: always
        command:
            --search-cache /audiobooks
  • Cottoneyedbro/audioserve docker image fork for ARM64 architecture and Raspberry Pi

Tag summary

Content type

Image

Digest

sha256:4fb3971f9

Size

186.8 MB

Last updated

about 4 years ago

docker pull ugeek/audioserve:arm64-v0.22.0