Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-10-20 18:32:46 +00:00
parent 8fca48d4cb
commit 265d6e8659
147 changed files with 922 additions and 922 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ networks:
external: true
services:
postgresql:
container_name: postgresql
container_name: pg14-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:17.6-alpine
image: postgres:14
labels:
createdBy: Apps
networks: