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

68 lines
1.0 KiB

version: '3'
networks:
splunknet:
driver: bridge
services:
sh1:
build: .
image: opensshd-server
container_name: sh1
hostname: sh1
networks:
- splunknet
volumes:
- "/opt/splunk/var"
ports:
- "8000"
- "2222:2222"
cm1:
image: opensshd-server
container_name: cm1
hostname: cm1
networks:
- splunknet
volumes:
- "/opt/splunk/var"
ports:
- "8000"
- "2223:2222"
idx1:
image: opensshd-server
container_name: idx1
hostname: idx1
networks:
- splunknet
volumes:
- "/opt/splunk/var"
ports:
- "8000"
- "2224:2222"
idx2:
image: opensshd-server
container_name: idx2
hostname: idx2
networks:
- splunknet
volumes:
- "/opt/splunk/var"
ports:
- "8000"
- "2225:2222"
idx3:
image: opensshd-server
container_name: idx3
hostname: idx3
networks:
- splunknet
volumes:
- "/opt/splunk/var"
ports:
- "8000"
- "2226:2222"

Powered by BW's shoe-string budget.