Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-18 15:25:50 +00:00
parent a1485a6d84
commit 6372d180cb
16 changed files with 2 additions and 2 deletions
@@ -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:
@@ -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: