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
1414elasticsearch (optional) | Elasticsearch server
1515memcached (optional) | Memcached server
1616redis (optional) | Redis server
17+ ftps (optional) | FTP server (vsftpd)
18+ mailcatcher (optional) | Mailserver with easy web and REST interface for mailing
1719
1820This directory will be mounted under ` /docker ` in ` main ` and ` web ` container.
1921
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+
2036## Makefile
2137
2238Customize the [ Makefile] ( Makefile ) for your needs.
You can’t perform that action at this time.
0 commit comments