This repository was archived by the owner on Jun 27, 2019. It is now read-only.
File tree 4 files changed +15
-24
lines changed
4 files changed +15
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "baseURL" : " http://api:3030" ,
2
+ "baseURL" : " http://api.127.0.0.1.xip.io :3030" ,
3
3
"mongodb" : " mongodb://mongo:27017/hc_api" ,
4
4
"host" : " 0.0.0.0"
5
5
}
Original file line number Diff line number Diff line change 9
9
"ignoreTLS" : true
10
10
},
11
11
"thumbor" : {
12
- "url" : " http://thumbor:8000" ,
12
+ "url" : " http://thumbor.127.0.0.1.xip.io :8000" ,
13
13
"key" : " "
14
14
}
15
15
}
Original file line number Diff line number Diff line change @@ -24,17 +24,9 @@ services:
24
24
- " 1025:25"
25
25
26
26
thumbor :
27
- container_name : thumbor
28
- hostname : thumbor
27
+ container_name : thumbor.127.0.0.1.xip.io
29
28
image : apsl/thumbor
30
29
networks :
31
30
- hc-network
32
31
ports :
33
32
- " 8000:8000"
34
-
35
- networks :
36
- hc-network :
37
- name : hc-network
38
- driver : bridge
39
- ipam :
40
- driver : default
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ version: '3.5'
2
2
3
3
services :
4
4
api :
5
- container_name : api
6
- hostname : api
5
+ container_name : api.127.0.0.1.xip.io
7
6
build : .
8
7
depends_on :
9
8
- mongo
@@ -16,17 +15,17 @@ services:
16
15
- hc-network
17
16
command : " --smallfiles --logpath=/dev/null"
18
17
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
- - " ./dns-proxy-server.config.json:/app/conf/config.json"
25
- ports :
26
- - 5380:5380
27
- hostname : dns.mageddo
28
- networks :
29
- - hc-network
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
30
29
31
30
networks :
32
31
hc-network :
You can’t perform that action at this time.
0 commit comments