发布应用 ArchiveBox
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
ec08d9b71d
commit
339d47f90a
|
|
@ -42,17 +42,3 @@ services:
|
|||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- SEARCH_BACKEND_PASSWORD=${ADMIN_PASSWORD:-}
|
||||
|
||||
archivebox_scheduler:
|
||||
image: archivebox/archivebox:0.7.3
|
||||
command: schedule --foreground --update --every=day
|
||||
env_file:
|
||||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${ARCHIVEBOX_ROOT_PATH}/data:/data
|
||||
environment:
|
||||
- TIMEOUT=120
|
||||
- SEARCH_BACKEND_ENGINE=sonic
|
||||
- SEARCH_BACKEND_HOST_NAME=archivebox-sonic
|
||||
- SEARCH_BACKEND_PASSWORD=${ADMIN_PASSWORD:-}
|
||||
|
|
|
|||
|
|
@ -42,17 +42,3 @@ services:
|
|||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- SEARCH_BACKEND_PASSWORD=${ADMIN_PASSWORD:-}
|
||||
|
||||
archivebox_scheduler:
|
||||
image: archivebox/archivebox:0.8.5rc51
|
||||
command: schedule --foreground --update --every=day
|
||||
env_file:
|
||||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${ARCHIVEBOX_ROOT_PATH}/data:/data
|
||||
environment:
|
||||
- TIMEOUT=120
|
||||
- SEARCH_BACKEND_ENGINE=sonic
|
||||
- SEARCH_BACKEND_HOST_NAME=archivebox-sonic
|
||||
- SEARCH_BACKEND_PASSWORD=${ADMIN_PASSWORD:-}
|
||||
|
|
|
|||
Loading…
Reference in New Issue