mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 22:27:57 +08:00
23 lines
485 B
YAML
23 lines
485 B
YAML
|
networks:
|
||
|
1panel-network:
|
||
|
external: true
|
||
|
|
||
|
services:
|
||
|
halo:
|
||
|
image: halohub/halo:2.20.11
|
||
|
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}
|