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

Changed image tag for 4.9.0 Alpha3 #1455

Merged
merged 1 commit into from
Jul 19, 2024
Merged
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
12 changes: 6 additions & 6 deletions multi-node/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.7'

services:
wazuh.master:
image: wazuh/wazuh-manager:4.9.0
image: wazuh/wazuh-manager:4.9.0-alpha3
hostname: wazuh.master
restart: always
ulimits:
Expand Down Expand Up @@ -45,7 +45,7 @@ services:
- ./config/wazuh_cluster/wazuh_manager.conf:/wazuh-config-mount/etc/ossec.conf

wazuh.worker:
image: wazuh/wazuh-manager:4.9.0
image: wazuh/wazuh-manager:4.9.0-alpha3
hostname: wazuh.worker
restart: always
ulimits:
Expand Down Expand Up @@ -81,7 +81,7 @@ services:
- ./config/wazuh_cluster/wazuh_worker.conf:/wazuh-config-mount/etc/ossec.conf

wazuh1.indexer:
image: wazuh/wazuh-indexer:4.9.0
image: wazuh/wazuh-indexer:4.9.0-alpha3
hostname: wazuh1.indexer
restart: always
ports:
Expand All @@ -107,7 +107,7 @@ services:
- ./config/wazuh_indexer/internal_users.yml:/usr/share/wazuh-indexer/opensearch-security/internal_users.yml

wazuh2.indexer:
image: wazuh/wazuh-indexer:4.9.0
image: wazuh/wazuh-indexer:4.9.0-alpha3
hostname: wazuh2.indexer
restart: always
environment:
Expand All @@ -129,7 +129,7 @@ services:
- ./config/wazuh_indexer/internal_users.yml:/usr/share/wazuh-indexer/opensearch-security/internal_users.yml

wazuh3.indexer:
image: wazuh/wazuh-indexer:4.9.0
image: wazuh/wazuh-indexer:4.9.0-alpha3
hostname: wazuh3.indexer
restart: always
environment:
Expand All @@ -151,7 +151,7 @@ services:
- ./config/wazuh_indexer/internal_users.yml:/usr/share/wazuh-indexer/opensearch-security/internal_users.yml

wazuh.dashboard:
image: wazuh/wazuh-dashboard:4.9.0
image: wazuh/wazuh-dashboard:4.9.0-alpha3
hostname: wazuh.dashboard
restart: always
ports:
Expand Down
6 changes: 3 additions & 3 deletions single-node/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.7'

services:
wazuh.manager:
image: wazuh/wazuh-manager:4.9.0
image: wazuh/wazuh-manager:4.9.0-alpha3
hostname: wazuh.manager
restart: always
ulimits:
Expand Down Expand Up @@ -46,7 +46,7 @@ services:
- ./config/wazuh_cluster/wazuh_manager.conf:/wazuh-config-mount/etc/ossec.conf

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

wazuh.dashboard:
image: wazuh/wazuh-dashboard:4.9.0
image: wazuh/wazuh-dashboard:4.9.0-alpha3
hostname: wazuh.dashboard
restart: always
ports:
Expand Down
Loading