This repository was archived by the owner on Jun 27, 2019. It is now read-only.
File tree 5 files changed +31
-16
lines changed
5 files changed +31
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "baseURL" : " http://api:3030" ,
2
3
"mongodb" : " mongodb://mongo:27017/hc_api" ,
3
4
"host" : " 0.0.0.0"
4
5
}
Original file line number Diff line number Diff line change 1
1
{
2
- "baseURL" : " http://172.25.0.11:3030" ,
3
2
"seeder" : {
4
3
"runOnInit" : true ,
5
- "dropDatabase" : true
4
+ "dropDatabase" : false
6
5
},
7
6
"smtpConfig" : {
8
7
"host" : " maildev" ,
9
8
"port" : 25 ,
10
9
"ignoreTLS" : true
11
10
},
12
11
"thumbor" : {
13
- "url" : " http://localhost :8000" ,
12
+ "url" : " http://thumbor :8000" ,
14
13
"key" : " "
15
14
}
16
15
}
Original file line number Diff line number Diff line change 1
- version : ' 3'
1
+ version : ' 3.5 '
2
2
3
3
services :
4
4
api :
Original file line number Diff line number Diff line change 1
- version : ' 3'
1
+ version : ' 3.5 '
2
2
3
3
services :
4
4
api :
5
- image : humanconnection/api-feathers
5
+ image : humanconnection/api-feathers:edge
6
6
build :
7
7
context : .
8
8
environment :
@@ -13,20 +13,19 @@ services:
13
13
ports :
14
14
- " 3030:3030"
15
15
networks :
16
- hc-network :
17
- ipv4_address : 172.25.0.11
18
- thumbor :
19
- networks :
20
- hc-network :
21
- ipv4_address : 172.25.0.13
16
+ - hc-network
17
+
22
18
maildev :
23
19
image : djfarrelly/maildev
24
20
networks :
25
21
- hc-network
26
22
ports :
27
23
- " 1080:80"
28
24
- " 1025:25"
25
+
29
26
thumbor :
27
+ container_name : thumbor
28
+ hostname : thumbor
30
29
image : apsl/thumbor
31
30
networks :
32
31
- hc-network
@@ -35,9 +34,7 @@ services:
35
34
36
35
networks :
37
36
hc-network :
37
+ name : hc-network
38
38
driver : bridge
39
39
ipam :
40
40
driver : default
41
- config :
42
- -
43
- subnet : 172.25.0.0/16
Original file line number Diff line number Diff line change 1
- version : ' 3'
1
+ version : ' 3.5 '
2
2
3
3
services :
4
4
api :
5
+ container_name : api
6
+ hostname : api
5
7
build : .
6
8
depends_on :
7
9
- mongo
8
10
networks :
9
11
- hc-network
12
+
10
13
mongo :
11
14
image : mongo
12
15
networks :
13
16
- hc-network
14
17
command : " --smallfiles --logpath=/dev/null"
15
18
19
+ dns-proxy-server :
20
+ image : defreitas/dns-proxy-server
21
+ volumes :
22
+ - " /var/run/docker.sock:/var/run/docker.sock"
23
+ - " /etc/resolv.conf:/etc/resolv.conf"
24
+ ports :
25
+ - 5380:5380
26
+ hostname : dns.mageddo
27
+ networks :
28
+ - hc-network
29
+
16
30
networks :
17
31
hc-network :
32
+ name : hc-network
33
+ driver : bridge
34
+ ipam :
35
+ driver : default
You can’t perform that action at this time.
0 commit comments