Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docker Compose file to enhance service configuration #1290

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions single-node/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
version: '3.7'

services:
wazuh.manager:
container_name: wazuh.manager
image: wazuh/wazuh-manager:5.0.0
hostname: wazuh.manager
restart: always
Expand Down Expand Up @@ -46,6 +45,7 @@ services:
- ./config/wazuh_cluster/wazuh_manager.conf:/wazuh-config-mount/etc/ossec.conf

wazuh.indexer:
container_name: wazuh.indexer
image: wazuh/wazuh-indexer:5.0.0
hostname: wazuh.indexer
restart: always
Expand All @@ -71,6 +71,7 @@ services:
- ./config/wazuh_indexer/internal_users.yml:/usr/share/wazuh-indexer/opensearch-security/internal_users.yml

wazuh.dashboard:
container_name: wazuh.dashboard
image: wazuh/wazuh-dashboard:5.0.0
hostname: wazuh.dashboard
restart: always
Expand Down
2 changes: 0 additions & 2 deletions single-node/generate-indexer-certs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
version: '3'

services:
generator:
image: wazuh/wazuh-certs-generator:0.0.2
Expand Down