move letsencrypt to /opt/shared
update dkregistry
This commit is contained in:
@@ -11,7 +11,8 @@ services:
|
||||
# image: docker.elastic.co/elasticsearch/elasticsearch:5.4.1
|
||||
command: "elasticsearch -Des.cluster.name='es.xai-corp.net'"
|
||||
volumes:
|
||||
- /opt/shared/graylog/data/elasticsearch:/usr/share/elasticsearch/data
|
||||
- /opt/shared/elasticsearch/data:/usr/share/elasticsearch/data
|
||||
- /opt/shared/elasticsearch/confg:/usr/share/elasticsearch/config
|
||||
ports:
|
||||
# - "9350:9350"
|
||||
# - "9300:9300"
|
||||
@@ -26,9 +27,22 @@ services:
|
||||
max_attempts: 3
|
||||
resources:
|
||||
limits:
|
||||
cpus: '0.5'
|
||||
cpus: '1'
|
||||
memory: 512M
|
||||
|
||||
ui:
|
||||
image: appbaseio/dejavu
|
||||
ports:
|
||||
- "1358:1358"
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: "1s"
|
||||
max_attempts: 3
|
||||
|
||||
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
|
||||
Reference in New Issue
Block a user