23 lines
529 B
YAML
23 lines
529 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
seafile-client:
|
|
image: flrnnc/seafile-client:latest
|
|
volumes:
|
|
- audio:/library/audio
|
|
- documents:/library/documents
|
|
- client:/seafile
|
|
environment:
|
|
SEAF_SERVER_URL: "https://seafile.example/"
|
|
SEAF_USERNAME: "a_seafile_user"
|
|
SEAF_PASSWORD: "SoMePaSSWoRD"
|
|
SEAF_LIBRARY_AUDIO: "audio-library-uuid"
|
|
SEAF_LIBRARY_AUDIO_PASSWORD: "auDioLiBRaRyPaSSWoRD"
|
|
SEAF_LIBRARY_DOCUMENTS: "documents-library-uuid"
|
|
|
|
volumes:
|
|
audio:
|
|
documents:
|
|
client:
|