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:
+1
-1
@@ -14,7 +14,7 @@ services:
|
|||||||
- I18N_LOCALE="zh-CN"
|
- I18N_LOCALE="zh-CN"
|
||||||
- SERVER_SHUTDOWNTIMEOUT="5s"
|
- SERVER_SHUTDOWNTIMEOUT="5s"
|
||||||
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
||||||
image: kibana:8.19.11
|
image: kibana:8.19.12
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -14,7 +14,7 @@ services:
|
|||||||
- I18N_LOCALE="zh-CN"
|
- I18N_LOCALE="zh-CN"
|
||||||
- SERVER_SHUTDOWNTIMEOUT="5s"
|
- SERVER_SHUTDOWNTIMEOUT="5s"
|
||||||
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
||||||
image: kibana:9.3.0
|
image: kibana:9.3.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -12,7 +12,7 @@ services:
|
|||||||
POSTGRES_INITDB_ARGS: --data-checksums
|
POSTGRES_INITDB_ARGS: --data-checksums
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||||
image: postgres:16.12-alpine
|
image: postgres:16.13-alpine
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -12,7 +12,7 @@ services:
|
|||||||
POSTGRES_INITDB_ARGS: --data-checksums
|
POSTGRES_INITDB_ARGS: --data-checksums
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||||
image: postgres:16.12
|
image: postgres:16.13
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -12,7 +12,7 @@ services:
|
|||||||
POSTGRES_INITDB_ARGS: --data-checksums
|
POSTGRES_INITDB_ARGS: --data-checksums
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||||
image: postgres:17.8-alpine
|
image: postgres:17.9-alpine
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -12,7 +12,7 @@ services:
|
|||||||
POSTGRES_INITDB_ARGS: --data-checksums
|
POSTGRES_INITDB_ARGS: --data-checksums
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||||
image: postgres:17.8
|
image: postgres:17.9
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
- I18N_LOCALE="zh-CN"
|
- I18N_LOCALE="zh-CN"
|
||||||
- SERVER_SHUTDOWNTIMEOUT="5s"
|
- SERVER_SHUTDOWNTIMEOUT="5s"
|
||||||
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
||||||
image: kibana:8.19.11
|
image: kibana:9.3.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@ services:
|
|||||||
- I18N_LOCALE="zh-CN"
|
- I18N_LOCALE="zh-CN"
|
||||||
- SERVER_SHUTDOWNTIMEOUT="5s"
|
- SERVER_SHUTDOWNTIMEOUT="5s"
|
||||||
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
||||||
image: kibana:9.3.0
|
image: kibana:8.19.12
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -12,7 +12,7 @@ services:
|
|||||||
POSTGRES_INITDB_ARGS: --data-checksums
|
POSTGRES_INITDB_ARGS: --data-checksums
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||||
image: postgres:17.8
|
image: postgres:16.13
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -1,24 +0,0 @@
|
|||||||
networks:
|
|
||||||
1panel-network:
|
|
||||||
external: true
|
|
||||||
services:
|
|
||||||
postgresql:
|
|
||||||
container_name: postgresql
|
|
||||||
env_file:
|
|
||||||
- ./envs/global.env
|
|
||||||
- .env
|
|
||||||
environment:
|
|
||||||
POSTGRES_DB: ${POSTGRES_DB:-postgres}
|
|
||||||
POSTGRES_INITDB_ARGS: --data-checksums
|
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
|
||||||
image: postgres:16.12-alpine
|
|
||||||
labels:
|
|
||||||
createdBy: Apps
|
|
||||||
networks:
|
|
||||||
- 1panel-network
|
|
||||||
ports:
|
|
||||||
- ${PANEL_APP_PORT_HTTP}:5432
|
|
||||||
restart: always
|
|
||||||
volumes:
|
|
||||||
- ${POSTGRES_ROOT_PATH}/data:/var/lib/postgresql/data
|
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
||||||
|
services:
|
||||||
|
postgresql:
|
||||||
|
container_name: postgresql
|
||||||
|
env_file:
|
||||||
|
- ./envs/global.env
|
||||||
|
- .env
|
||||||
|
environment:
|
||||||
|
POSTGRES_DB: ${POSTGRES_DB:-postgres}
|
||||||
|
POSTGRES_INITDB_ARGS: --data-checksums
|
||||||
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
|
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||||
|
image: postgres:16.13-alpine
|
||||||
|
labels:
|
||||||
|
createdBy: Apps
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:5432
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ${POSTGRES_ROOT_PATH}/data:/var/lib/postgresql/data
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
networks:
|
|
||||||
1panel-network:
|
|
||||||
external: true
|
|
||||||
services:
|
|
||||||
postgresql:
|
|
||||||
container_name: postgresql
|
|
||||||
env_file:
|
|
||||||
- ./envs/global.env
|
|
||||||
- .env
|
|
||||||
environment:
|
|
||||||
POSTGRES_DB: ${POSTGRES_DB:-postgres}
|
|
||||||
POSTGRES_INITDB_ARGS: --data-checksums
|
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
|
||||||
image: postgres:17.8-alpine
|
|
||||||
labels:
|
|
||||||
createdBy: Apps
|
|
||||||
networks:
|
|
||||||
- 1panel-network
|
|
||||||
ports:
|
|
||||||
- ${PANEL_APP_PORT_HTTP}:5432
|
|
||||||
restart: always
|
|
||||||
volumes:
|
|
||||||
- ${POSTGRES_ROOT_PATH}/data:/var/lib/postgresql/data
|
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
||||||
|
services:
|
||||||
|
postgresql:
|
||||||
|
container_name: postgresql
|
||||||
|
env_file:
|
||||||
|
- ./envs/global.env
|
||||||
|
- .env
|
||||||
|
environment:
|
||||||
|
POSTGRES_DB: ${POSTGRES_DB:-postgres}
|
||||||
|
POSTGRES_INITDB_ARGS: --data-checksums
|
||||||
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
|
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||||
|
image: postgres:17.9-alpine
|
||||||
|
labels:
|
||||||
|
createdBy: Apps
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:5432
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ${POSTGRES_ROOT_PATH}/data:/var/lib/postgresql/data
|
||||||
+1
-1
@@ -12,7 +12,7 @@ services:
|
|||||||
POSTGRES_INITDB_ARGS: --data-checksums
|
POSTGRES_INITDB_ARGS: --data-checksums
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||||
image: postgres:16.12
|
image: postgres:17.9
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
Reference in New Issue
Block a user