mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-22 19:07:44 +08:00
19 lines
389 B
YAML
19 lines
389 B
YAML
services:
|
|
xunsearch:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${INDEX_SERVER_PORT}:8383"
|
|
- "${SEARCH_SERVER_PORT}:8384"
|
|
volumes:
|
|
- ${DATA_PATH}:/usr/local/xunsearch/data
|
|
image: hightman/xunsearch:latest
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|