1
0

chore(deps): update halohub/halo docker tag to v2.22.14 (#3929)

This commit is contained in:
renovate[bot]
2026-02-08 17:10:13 +00:00
committed by GitHub
parent 883b88f491
commit 61f593be57
4 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
networks:
1panel-network:
external: true
services:
halo:
image: halohub/halo:2.22.14
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}