1
0

(refactor) Remove env files and scripts, update config files

This commit is contained in:
pooneyy
2025-09-04 00:36:13 +08:00
parent 0906288534
commit 89fbe837f1
1566 changed files with 1159 additions and 15329 deletions

View File

@@ -5,6 +5,25 @@ networks:
driver: bridge
services:
paopao-ce:
image: bitbus/paopao-ce:0.5.2
container_name: ${CONTAINER_NAME}
depends_on:
- paopao-db
- paopao-redis
- paopao-meili
labels:
createdBy: "Apps"
networks:
- 1panel-network
- paopao-network
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:8008
volumes:
- ${PAOPAO_CE_ROOT_PATH}/config/config.yaml:/app/paopao-ce/config.yaml
- ${PAOPAO_CE_ROOT_PATH}/custom:/app/paopao-ce/custom
paopao-db:
image: mysql:${MYSQL_TAG:-8.0}
networks:
@@ -46,25 +65,3 @@ services:
- ${PAOPAO_CE_ROOT_PATH}/meili_data:/meili_data
environment:
- MEILI_MASTER_KEY=${MEILI_MASTER_KEY:-paopao-meilisearch}
paopao-ce:
image: bitbus/paopao-ce:0.5.2
container_name: ${CONTAINER_NAME}
depends_on:
- paopao-db
- paopao-redis
- paopao-meili
labels:
createdBy: "Apps"
networks:
- 1panel-network
- paopao-network
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:8008
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${PAOPAO_CE_ROOT_PATH}/config/config.yaml:/app/paopao-ce/config.yaml
- ${PAOPAO_CE_ROOT_PATH}/custom:/app/paopao-ce/custom