This repository was archived by the owner on Jun 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ version: '3'
2
2
3
3
services :
4
4
api :
5
- image : humanconnection/api-feathers
5
+ container_name : api_api
6
+ hostname : api_api
7
+ image : humanconnection/api-feathers:edge
6
8
build :
7
9
context : .
8
10
environment :
@@ -13,31 +15,38 @@ services:
13
15
ports :
14
16
- " 3030:3030"
15
17
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
18
+ - hc-network
19
+
22
20
maildev :
21
+ container_name : api_maildev
22
+ hostname : api_maildev
23
23
image : djfarrelly/maildev
24
24
networks :
25
25
- hc-network
26
26
ports :
27
27
- " 1080:80"
28
28
- " 1025:25"
29
+
29
30
thumbor :
31
+ container_name : api_thumbor
32
+ hostname : api_thumbor
30
33
image : apsl/thumbor
31
34
networks :
32
35
- hc-network
33
36
ports :
34
37
- " 8000:8000"
35
38
39
+ dns-proxy-server :
40
+ image : defreitas/dns-proxy-server
41
+ volumes :
42
+ - " /var/run/docker.sock:/var/run/docker.sock"
43
+ - " /etc/resolv.conf:/etc/resolv.conf"
44
+ ports :
45
+ - 5380:5380
46
+ hostname : dns.mageddo
47
+
36
48
networks :
37
49
hc-network :
38
50
driver : bridge
39
51
ipam :
40
52
driver : default
41
- config :
42
- -
43
- subnet : 172.25.0.0/16
You can’t perform that action at this time.
0 commit comments