Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-06-26 12:46:45 +00:00
parent 8156cc1f9d
commit 1d318e6319
137 changed files with 938 additions and 938 deletions

View File

@@ -3,7 +3,7 @@ networks:
external: true
services:
postgresql:
container_name: pg16-alpine-postgresql
container_name: postgresql
env_file:
- ./envs/global.env
- .env
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16-alpine
image: postgres:16.9-alpine
labels:
createdBy: Apps
networks: