-
Notifications
You must be signed in to change notification settings - Fork 233
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
29 lines (29 loc) · 1003 Bytes
/
docker-compose.yml
File metadata and controls
29 lines (29 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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