Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-05-14 22:13:02 +00:00
parent 0112cedf6d
commit c1a83cd534
56 changed files with 33 additions and 33 deletions
@@ -30,7 +30,7 @@ services:
- -e
- fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))
timeout: 5s
image: ghcr.io/openclaw/openclaw:2026.5.7
image: ghcr.io/openclaw/openclaw:2026.5.12
init: true
labels:
createdBy: Apps
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16.13-alpine
image: postgres:16.14-alpine
labels:
createdBy: Apps
networks:
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:17.9
image: postgres:16.14
labels:
createdBy: Apps
networks:
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:17.9-alpine
image: postgres:17.10-alpine
labels:
createdBy: Apps
networks:
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16.13
image: postgres:17.10
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -30,7 +30,7 @@ services:
- -e
- fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))
timeout: 5s
image: ghcr.io/openclaw/openclaw:2026.5.7
image: ghcr.io/openclaw/openclaw:2026.5.12
init: true
labels:
createdBy: Apps
+1 -1
View File
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16.13-alpine
image: postgres:16.14-alpine
labels:
createdBy: Apps
networks:
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16.13
image: postgres:16.14
labels:
createdBy: Apps
networks:
@@ -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.10-alpine
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5432
restart: always
volumes:
- ${POSTGRES_ROOT_PATH}/data:/var/lib/postgresql/data
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:17.9
image: postgres:17.10
labels:
createdBy: Apps
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: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