mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -4,8 +4,6 @@ networks:
|
||||
services:
|
||||
archivebox:
|
||||
container_name: archivebox
|
||||
depends_on:
|
||||
- archivebox-init
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
@@ -16,7 +14,7 @@ services:
|
||||
- SEARCH_BACKEND_ENGINE=sonic
|
||||
- SEARCH_BACKEND_HOST_NAME=archivebox-sonic
|
||||
- SEARCH_BACKEND_PASSWORD=${ADMIN_PASSWORD:-}
|
||||
image: archivebox/archivebox:0.8.5rc9
|
||||
image: archivebox/archivebox:0.7.4
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -26,26 +24,6 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- ${ARCHIVEBOX_ROOT_PATH}/data:/data
|
||||
archivebox-init:
|
||||
command: archivebox init
|
||||
container_name: init-archivebox
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- ALLOWED_HOSTS=*
|
||||
- CSRF_TRUSTED_ORIGINS=http://localhost:8000
|
||||
- SEARCH_BACKEND_ENGINE=sonic
|
||||
- SEARCH_BACKEND_HOST_NAME=archivebox-sonic
|
||||
- SEARCH_BACKEND_PASSWORD=${ADMIN_PASSWORD:-}
|
||||
image: archivebox/archivebox:0.8.5rc9
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- ${ARCHIVEBOX_ROOT_PATH}/data:/data
|
||||
archivebox-sonic:
|
||||
container_name: sonic-archivebox
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user