-
Notifications
You must be signed in to change notification settings - Fork 1
/
docker-compose.yml
52 lines (47 loc) · 1.16 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
version: "3"
services:
tft-blazegraph:
image: tft-blazegraph
hostname: tft-blazegraph
container_name: instance.tft-blazegraph
privileged: true
networks:
tft:
ipv4_address: 172.18.0.2
tft-example:
image: bordercloud/tft-virtuoso7-stable
hostname: example.org
container_name: instance.tft.example.org
privileged: true
networks:
tft:
ipv4_address: 172.18.0.3
tft-example1:
image: bordercloud/tft-virtuoso7-stable
hostname: example1.org
container_name: instance.tft.example1.org
privileged: true
networks:
tft:
ipv4_address: 172.18.0.4
tft-example2:
image: bordercloud/tft-virtuoso7-stable
hostname: example2.org
container_name: instance.tft.example2.org
privileged: true
networks:
tft:
ipv4_address: 172.18.0.5
tft-database:
image: bordercloud/tft-jena-fuseki:4.0.0
hostname: tft-jena-fuseki
container_name: instance.tft-database
privileged: true
networks:
tft:
ipv4_address: 172.18.0.6
networks:
tft:
ipam:
config:
- subnet: 172.18.0.0/16