Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-18 15:25:47 +00:00
parent 2d1bf084df
commit 7f190efd6b
18 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: surveyking/surveyking:v1.8.2
image: surveyking/surveyking:v1.9.0
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
environment:
- PROFILE=mysql
- DB_URL=jdbc:mysql://${DB_HOSTNAME}:${DB_PORT}/${DB_NAME}
image: surveyking/surveyking:v1.8.2
image: surveyking/surveyking:v1.9.0
labels:
createdBy: Apps
networks:

View File

@@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: surveyking/surveyking:v1.8.2
image: surveyking/surveyking:v1.9.0
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
environment:
- PROFILE=mysql
- DB_URL=jdbc:mysql://${DB_HOSTNAME}:${DB_PORT}/${DB_NAME}
image: surveyking/surveyking:v1.8.2
image: surveyking/surveyking:v1.9.0
labels:
createdBy: Apps
networks: