mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
commit
6d2272cf11
1 changed files with 9 additions and 2 deletions
|
@ -118,6 +118,8 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
|
tmpfs:
|
||||||
|
- /tmp
|
||||||
|
|
||||||
nextcloud-aio-notify-push:
|
nextcloud-aio-notify-push:
|
||||||
image: nextcloud/aio-notify-push:latest
|
image: nextcloud/aio-notify-push:latest
|
||||||
|
@ -278,9 +280,14 @@ services:
|
||||||
- "9200"
|
- "9200"
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
|
- ES_JAVA_OPTS=-Xms512M -Xmx512M
|
||||||
|
- bootstrap.memory_lock=true
|
||||||
|
- cluster.name=nextcloud-aio
|
||||||
- discovery.type=single-node
|
- discovery.type=single-node
|
||||||
- ES_JAVA_OPTS=-Xms1024M -Xmx1024M
|
- logger.org.elasticsearch.discovery=WARN
|
||||||
- POSTGRES_HOST=nextcloud-aio-database
|
- http.port=9200
|
||||||
|
- xpack.license.self_generated.type=basic
|
||||||
|
- xpack.security.enabled=false
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud_aio_elasticsearch:/usr/share/elasticsearch/data:rw
|
- nextcloud_aio_elasticsearch:/usr/share/elasticsearch/data:rw
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue