Skip to content

Instantly share code, notes, and snippets.

@sherifabdlnaby
Last active May 14, 2020 11:57
Show Gist options
  • Save sherifabdlnaby/ca46baabe176ac2c02b7f545313cf9aa to your computer and use it in GitHub Desktop.
Save sherifabdlnaby/ca46baabe176ac2c02b7f545313cf9aa to your computer and use it in GitHub Desktop.
version: '3.5'
services:
keystore:
build:
context: elasticsearch/
args:
ELK_VERSION: ${ELK_VERSION}
command: bash /setup/setup-keystore.sh
user: "0"
volumes:
- ./secrets:/secrets
- ./setup/:/setup/
environment:
ELASTIC_PASSWORD: ${ELASTIC_PASSWORD}
certs:
build:
context: elasticsearch/
args:
ELK_VERSION: ${ELK_VERSION}
command: bash /setup/setup-certs.sh
user: "0"
volumes:
- ./secrets:/secrets
- ./setup/:/setup/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment