mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-03 19:43:19 +01:00
chore(setup): Mount scripts instead of baking into img
Allows switching between branches of compatible stack versions (e.g. main <-> tls) without having to rebuild the setup image.
This commit is contained in:
@@ -16,6 +16,9 @@ services:
|
||||
ELASTIC_VERSION: ${ELASTIC_VERSION}
|
||||
init: true
|
||||
volumes:
|
||||
- ./setup/entrypoint.sh:/entrypoint.sh:ro,Z
|
||||
- ./setup/helpers.sh:/helpers.sh:ro,Z
|
||||
- ./setup/roles:/roles:ro,Z
|
||||
- setup:/state:Z
|
||||
environment:
|
||||
ELASTIC_PASSWORD: ${ELASTIC_PASSWORD:-}
|
||||
|
||||
Reference in New Issue
Block a user