mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Yaml updates
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
b076d5ea1a
commit
7de9aae2b8
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…
Add table
Add a link
Reference in a new issue