Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-02-14 03:22:29 +00:00
parent bf660a3ec8
commit 71eb13cd9b
108 changed files with 91 additions and 91 deletions
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16.6-alpine
image: postgres:16.7-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.6
image: postgres:16.7
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.2-alpine
image: postgres:17.3-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.2
image: postgres:17.3
labels:
createdBy: Apps
networks: