Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-05-15 12:43:44 +00:00
parent 07ef4c8e85
commit 2bbfacf602
25 changed files with 3 additions and 3 deletions
@@ -9,7 +9,7 @@ services:
container_name: halo-h2
environment:
- JVM_OPTS=-Xmx256m -Xms256m
image: halohub/halo:2.20.20
image: halohub/halo:2.20.21
labels:
createdBy: Apps
networks:
@@ -11,7 +11,7 @@ services:
- --halo.external-url=${HALO_EXTERNAL_URL}
- --halo.security.remember-me.token-validity=${HALO_REMEMBER_ME_TOKEN_VALIDITY}
container_name: halo
image: halohub/halo:2.20.20
image: halohub/halo:2.20.21
labels:
createdBy: Apps
networks:
@@ -14,7 +14,7 @@ services:
- initial_email=${INITIAL_EMAIL}
- initial_server_url=${INITIAL_SERVER_URL}
- initial_ssh_root_url=${INITIAL_SSH_ROOT_URL}
image: 1dev/server:11.9.6
image: 1dev/server:11.9.7
labels:
createdBy: Apps
networks: