Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 29s
11 lines
292 B
YAML
11 lines
292 B
YAML
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
|
|
version: '3'
|
|
|
|
services:
|
|
generator:
|
|
image: wazuh/wazuh-certs-generator:0.0.2
|
|
hostname: wazuh-certs-generator
|
|
volumes:
|
|
- ./config/wazuh_indexer_ssl_certs/:/certificates/
|
|
- ./config/certs.yml:/config/certs.yml
|