File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,25 @@ solr (optional) | Apache Solr server
14
14
elasticsearch (optional) | Elasticsearch server
15
15
memcached (optional) | Memcached server
16
16
redis (optional) | Redis server
17
+ ftps (optional) | FTP server (vsftpd)
18
+ mailcatcher (optional) | Mailserver with easy web and REST interface for mailing
17
19
18
20
This directory will be mounted under ` /docker ` in ` main ` and ` web ` container.
19
21
22
+ ## Docker images
23
+ Container | Source
24
+ ------------------------- | -------------------------------
25
+ main | [ Ubuntu] ( https://registry.hub.docker.com/_/ubuntu/ ) * official*
26
+ storage | [ Ubuntu] ( https://registry.hub.docker.com/_/ubuntu/ ) * official*
27
+ web | [ Apache] ( https://registry.hub.docker.com/_/httpd/ ) * official* or [ Nginx] ( https://registry.hub.docker.com/_/nginx/ ) * official*
28
+ mysql | [ MySQL] ( https://registry.hub.docker.com/_/mysql/ ) * official*
29
+ solr (optional) | [ Solr] ( https://registry.hub.docker.com/u/guywithnose/solr/ ) from _ guywithnose_
30
+ elasticsearch (optional) | [ Elasticsearch] ( https://registry.hub.docker.com/_/elasticsearch/ ) * official*
31
+ memcached (optional) | [ Memcached] ( https://registry.hub.docker.com/_/memcached/ ) * official*
32
+ redis (optional) | [ Redis] ( https://registry.hub.docker.com/_/redis/ ) * official*
33
+ ftp (optional) | [ Ubuntu] ( https://registry.hub.docker.com/_/ubuntu/ ) * official*
34
+ mailcatcher (optional) | [ Mailcatcher] ( https://registry.hub.docker.com/u/schickling/mailcatcher/ ) from _ schickling_
35
+
20
36
## Makefile
21
37
22
38
Customize the [ Makefile] ( Makefile ) for your needs.
You can’t perform that action at this time.
0 commit comments