Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-02-26 21:34:42 +00:00
parent 3eab94438d
commit 83169770c9
68 changed files with 58 additions and 58 deletions
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16.12-alpine
image: postgres:16.13-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.12
image: postgres:16.13
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.8-alpine
image: postgres:17.9-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.8
image: postgres:17.9
labels:
createdBy: Apps
networks: