Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Splunk_Docker/blame/commit/d59c1fc90e884995e54f8d3731547e612a54c162/New/splunk-ansible/wrapper-example/docker-compose.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
Splunk_Docker/New/splunk-ansible/wrapper-example/docker-compose.yml

42 lines
607 B

9 months ago
version: '3'
services:
search_head:
build: .
image: debian_buster_sshd
expose:
- "8000"
ports:
- "22"
- "8000"
cluster_master:
image: debian_buster_sshd
depends_on:
- search_head
expose:
- "8000"
ports:
- "22"
- "8000"
indexer1:
image: debian_buster_sshd
depends_on:
- search_head
ports:
- "22"
indexer2:
image: debian_buster_sshd
depends_on:
- search_head
ports:
- "22"
indexer3:
image: debian_buster_sshd
depends_on:
- search_head
ports:
- "22"

Powered by BW's shoe-string budget.