Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-15 03:52:40 +00:00
parent 0b22c38cca
commit 6dba9840e9
150 changed files with 190 additions and 124 deletions
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:17.5-alpine
image: postgres:16.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:17.5
image: postgres:16.10
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.9-alpine
image: postgres:17.6-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.9
image: postgres:17.6
labels:
createdBy: Apps
networks: