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:
@@ -3,7 +3,7 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
archivebox:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
container_name: archivebox
|
||||
depends_on:
|
||||
- archivebox-init
|
||||
env_file:
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
- ${ARCHIVEBOX_ROOT_PATH}/data:/data
|
||||
archivebox-init:
|
||||
command: archivebox init
|
||||
container_name: init-${CONTAINER_NAME}
|
||||
container_name: init-archivebox
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
@@ -47,7 +47,7 @@ services:
|
||||
volumes:
|
||||
- ${ARCHIVEBOX_ROOT_PATH}/data:/data
|
||||
archivebox-sonic:
|
||||
container_name: sonic-${CONTAINER_NAME}
|
||||
container_name: sonic-archivebox
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
|
||||
Reference in New Issue
Block a user