mirror of
https://github.com/OpenListTeam/OpenList-APIPages.git
synced 2026-05-07 23:25:39 +08:00
* fix(driver): 123 official app url error * fix(driver): support 123cloud token refresh via renewapi * fix(scripts): escape cloud123_url sed replacement value * fix(gitignore): add dist/ to .gitignore --------- Co-authored-by: Suyunmeng <Susus0175@proton.me>
29 lines
1003 B
YAML
29 lines
1003 B
YAML
version: '3'
|
|
services:
|
|
oplist-api-server:
|
|
image: openlistteam/openlist_api_server:latest
|
|
container_name: oplist-api-server
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- OPLIST_MAIN_URLS="api.example.com"
|
|
- OPLIST_ONEDRIVE_UID= #optional
|
|
- OPLIST_ONEDRIVE_KEY= #optional
|
|
- OPLIST_ALICLOUD_UID= #optional
|
|
- OPLIST_ALICLOUD_KEY= #optional
|
|
- OPLIST_BAIDUYUN_UID= #optional
|
|
- OPLIST_BAIDUYUN_KEY= #optional
|
|
- OPLIST_BAIDUYUN_EXT= #optional
|
|
- OPLIST_CLOUD115_UID= #optional
|
|
- OPLIST_CLOUD115_KEY= #optional
|
|
- OPLIST_GOOGLEUI_UID= #optional
|
|
- OPLIST_GOOGLEUI_KEY= #optional
|
|
- OPLIST_YANDEXUI_UID= #optional
|
|
- OPLIST_YANDEXUI_KEY= #optional
|
|
- OPLIST_DROPBOXS_UID= #optional
|
|
- OPLIST_DROPBOXS_KEY= #optional
|
|
- OPLIST_QUARKPAN_UID= #optional
|
|
- OPLIST_QUARKPAN_KEY= #optional
|
|
- OPLIST_CLOUD123_UID= #optional
|
|
- OPLIST_CLOUD123_KEY= #optional
|
|
- OPLIST_CLOUD123_URL= #optional |