This repository was archived by the owner on Jun 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +26
-22
lines changed Expand file tree Collapse file tree 5 files changed +26
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "baseURL" : " http://api.127.0.0.1.xip.io: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.127.0.0.1.xip.io :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,31 +13,20 @@ 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.127.0.0.1.xip.io
30
28
image : apsl/thumbor
31
29
networks :
32
30
- hc-network
33
31
ports :
34
32
- " 8000:8000"
35
-
36
- networks :
37
- hc-network :
38
- driver : bridge
39
- ipam :
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.127.0.0.1.xip.io
5
6
build : .
6
7
depends_on :
7
8
- mongo
8
9
networks :
9
10
- hc-network
11
+
10
12
mongo :
11
13
image : mongo
12
14
networks :
13
15
- hc-network
14
16
command : " --smallfiles --logpath=/dev/null"
15
17
18
+ # dns-proxy-server:
19
+ # image: defreitas/dns-proxy-server
20
+ # volumes:
21
+ # - "/var/run/docker.sock:/var/run/docker.sock"
22
+ # - "/etc/resolv.conf:/etc/resolv.conf"
23
+ # - "./dns-proxy-server.config.json:/app/conf/config.json"
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
You can’t perform that action at this time.
0 commit comments