forked from wazuh/wazuh-docker
Switch to nginx:stable on docker-compose
This commit is contained in:
+3
-4
@@ -47,12 +47,9 @@ services:
|
|||||||
- elasticsearch:elasticsearch
|
- elasticsearch:elasticsearch
|
||||||
- wazuh:wazuh
|
- wazuh:wazuh
|
||||||
nginx:
|
nginx:
|
||||||
build: nginx
|
image: nginx:stable
|
||||||
hostname: nginx
|
hostname: nginx
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
|
||||||
- NGINX_PORT=443
|
|
||||||
- NGINX_CREDENTIALS
|
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
@@ -60,6 +57,8 @@ services:
|
|||||||
- kibana
|
- kibana
|
||||||
links:
|
links:
|
||||||
- kibana:kibana
|
- kibana:kibana
|
||||||
|
volumes:
|
||||||
|
- ./nginx_conf:/etc/nginx/conf.d:ro
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
ossec_api_configuration:
|
ossec_api_configuration:
|
||||||
|
|||||||
Reference in New Issue
Block a user