move letsencrypt to /opt/shared

update dkregistry
This commit is contained in:
2017-06-16 09:23:01 -04:00
parent aa4f5952d1
commit 7e22e561cd
10 changed files with 173 additions and 8 deletions

View File

@@ -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: