mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-25 03:57:40 +08:00
fix: volumes 修改
This commit is contained in:
@@ -45,8 +45,8 @@ services:
|
|||||||
memlock: { soft: -1, hard: -1 }
|
memlock: { soft: -1, hard: -1 }
|
||||||
nofile: { soft: 65536, hard: 65536 }
|
nofile: { soft: 65536, hard: 65536 }
|
||||||
volumes:
|
volumes:
|
||||||
- ${OPENSEARCH_DATA_DIR:-./data}:/usr/share/opensearch/data
|
- opensearch-data:/usr/share/opensearch/data
|
||||||
- ${OPENSEARCH_SNAPSHOT_DIR:-./snapshots}:/snapshots
|
- opensearch-snapshots:/snapshots
|
||||||
ports:
|
ports:
|
||||||
- "${OPENSEARCH_PORT:-9200}:9200"
|
- "${OPENSEARCH_PORT:-9200}:9200"
|
||||||
- "${OPENSEARCH_METRICS_PORT:-9600}:9600"
|
- "${OPENSEARCH_METRICS_PORT:-9600}:9600"
|
||||||
@@ -293,3 +293,7 @@ volumes:
|
|||||||
name: "${COMPOSE_PROJECT_NAME}_frontend-service-node-modules"
|
name: "${COMPOSE_PROJECT_NAME}_frontend-service-node-modules"
|
||||||
frontend-static:
|
frontend-static:
|
||||||
name: "${COMPOSE_PROJECT_NAME}_frontend-static"
|
name: "${COMPOSE_PROJECT_NAME}_frontend-static"
|
||||||
|
opensearch-data:
|
||||||
|
name: "${COMPOSE_PROJECT_NAME}_opensearch-data"
|
||||||
|
opensearch-snapshots:
|
||||||
|
name: "${COMPOSE_PROJECT_NAME}_opensearch-snapshots"
|
||||||
|
|||||||
Reference in New Issue
Block a user