-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathdocker-compose.yml
55 lines (54 loc) · 1.03 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
version: "3.9"
services:
cve-web:
build: cve-web
hostname: websvr
domainname: range.lab
environment:
- POC_USERNAME=user
- POC_PASSWORD=1qaz2wsx
networks:
cve-net:
ipv4_address: 172.16.238.10
ports:
- "8080:8080"
cve-neo:
build: cve-neo
hostname: neosvr
domainname: range.lab
environment:
- TOMCAT_USERNAME=bob
- TOMCAT_PASSWORD=3edc4rfv
networks:
cve-net:
ipv4_address: 172.16.238.12
ports:
- "8888:8080"
cve-poc:
build: cve-poc
hostname: ldapsvr
domainname: ldapsvr.test
environment:
- POC_ADDR=172.16.238.11
- POC_PORT=80
- LISTENER_ADDR=10.10.10.31
- LISTENER_PORT=9001
networks:
cve-net:
ipv4_address: 172.16.238.11
networks:
cve-net:
driver: bridge
driver_opts:
com.docker.network.enable_ipv6: "false"
ipam:
driver: default
config:
- subnet: 172.16.238.0/24
gateway: 172.16.238.1
# ldap
# rmi
# dns
# nis
# nds
# corba