appstore/apps/xunsearch/latest/docker-compose.yml
2024-06-01 18:07:27 +08:00

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