mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-01-29 04:19:44 +01:00
build
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
wazuh-dashboard:
|
wazuh-dashboard:
|
||||||
depends_on:
|
depends_on:
|
||||||
- wazuh.indexer
|
- wazuh-indexer
|
||||||
dns:
|
dns:
|
||||||
- 192.168.77.101
|
- 192.168.77.101
|
||||||
environment:
|
environment:
|
||||||
@@ -18,8 +18,8 @@ services:
|
|||||||
wud.watch: 'true'
|
wud.watch: 'true'
|
||||||
wud.watch.digest: 'true'
|
wud.watch.digest: 'true'
|
||||||
links:
|
links:
|
||||||
- wazuh.indexer:wazuh.indexer
|
- wazuh-indexer:wazuh-indexer
|
||||||
- wazuh.manager:wazuh.manager
|
- wazuh-manager:wazuh-manager
|
||||||
ports:
|
ports:
|
||||||
- 5601:5601
|
- 5601:5601
|
||||||
restart: always
|
restart: always
|
||||||
@@ -76,7 +76,7 @@ services:
|
|||||||
- SSL_KEY=/etc/ssl/filebeat.key
|
- SSL_KEY=/etc/ssl/filebeat.key
|
||||||
- API_USERNAME=wazuh-wui
|
- API_USERNAME=wazuh-wui
|
||||||
- API_PASSWORD=MyS3cr37P450r.*-
|
- API_PASSWORD=MyS3cr37P450r.*-
|
||||||
hostname: wazuh.manager
|
hostname: wazuh-manager
|
||||||
image: ${DOCKER_REGISTRY:-}wazuh/wazuh-manager:${VERSION:-4.12.0}
|
image: ${DOCKER_REGISTRY:-}wazuh/wazuh-manager:${VERSION:-4.12.0}
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: 'true'
|
com.centurylinklabs.watchtower.enable: 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user