mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
更新配置
This commit is contained in:
@@ -3,8 +3,8 @@ networks:
|
||||
external: true
|
||||
|
||||
services:
|
||||
pansou:
|
||||
image: ghcr.io/fish2018/pansou:latest
|
||||
pansou-web:
|
||||
image: ghcr.io/fish2018/pansou-web:latest
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@@ -12,17 +12,20 @@ services:
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8888
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
env_file:
|
||||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${PANSOU_ROOT_PATH}/cache:/app/cache
|
||||
- ${PANSOU_ROOT_PATH}/cache:/app/data/cache
|
||||
- ${PANSOU_ROOT_PATH}/logs:/app/data/logs
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- PORT=8888
|
||||
- PANSOU_HOST=127.0.0.1
|
||||
- PANSOU_PORT=8888
|
||||
- CACHE_PATH=/app/data/cache
|
||||
- LOG_PATH=/app/data/logs
|
||||
- CACHE_ENABLED=true
|
||||
- CACHE_PATH=/app/cache
|
||||
- CACHE_MAX_SIZE=100
|
||||
- CACHE_TTL=60
|
||||
- ASYNC_PLUGIN_ENABLED=true
|
||||
|
||||
Reference in New Issue
Block a user