main #3
1 changed files with 6 additions and 1 deletions
|
@ -7,8 +7,13 @@ arch:
|
||||||
- amd64
|
- amd64
|
||||||
map:
|
map:
|
||||||
- "config:ro"
|
- "config:ro"
|
||||||
|
options:
|
||||||
|
SEAF_SERVER_URL: https://example.com
|
||||||
|
SEAF_USERNAME: name of user
|
||||||
|
SEAF_PASSWORD: 1234
|
||||||
|
SEAF_LIBRARY_UUID: 0000
|
||||||
schema:
|
schema:
|
||||||
SEAF_SERVER_URL: str
|
SEAF_SERVER_URL: url
|
||||||
SEAF_USERNAME: str
|
SEAF_USERNAME: str
|
||||||
SEAF_PASSWORD: password
|
SEAF_PASSWORD: password
|
||||||
SEAF_LIBRARY_UUID: str
|
SEAF_LIBRARY_UUID: str
|
||||||
|
|
Loading…
Reference in a new issue