Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2026-06-15 12:32:22 +00:00
parent 204ce9874f
commit d92ae540a2
7 changed files with 0 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
networks:
1panel-network:
external: true
services:
halo:
image: halohub/halo:2.25.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8090
volumes:
- ${HALO_ROOT_PATH}/data:/root/.halo2
environment:
- JVM_OPTS=-Xmx256m -Xms256m
command:
- --spring.sql.init.platform=h2
- --halo.external-url=${HALO_EXTERNAL_URL}