You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main | Main container with PHP-FPM and tools (your entrypoint for bash, php and other stuff)
87
+
storage | Storage container, eg. for Solr data
88
+
nginx | Nginx webserver
89
+
httpd (optional) | Apache HTTPD webserver
90
+
mysql | MySQL database
91
+
solr | Apache Solr server
92
+
elasticsearch (optional) | Elasticsearch server
93
+
memcached (optional) | Memcached server
94
+
redis (optional) | Redis server
95
+
96
+
This directory will be mounted under /docker in main, nginx and httpd container.
54
97
55
98
### Makefile
56
99
@@ -127,6 +170,8 @@ Environment | Description
127
170
TYPO3_CONTEXT | Context for TYPO3, can be used for TypoScript conditions and AdditionalConfiguration
128
171
FLOW_CONTEXT | Context for FLOW and NEOS
129
172
<br> |
173
+
MAIL_GATEWAY | Upstream server for sending mails (ssmtp)
174
+
<br> |
130
175
MYSQL_ROOT_PASSWORD | Password for MySQL user "root"
131
176
MYSQL_USER | Initial created MySQL user
132
177
MYSQL_PASSWORD | Password for initial MySQL user
@@ -164,6 +209,11 @@ to get both, the Docker configuration and the TYPO3 installation.
164
209
165
210
For better useability track a whole branch (eg. develop or master) as submodule and not just a single commit.
166
211
212
+
# Root privilege requirements for NFS
213
+
214
+
Under Linux and MacOS you will be asked for root rights (sudo).
215
+
If you don't want to enter your password every time [take a look at the vagrant manual for NFS usage](https://docs.vagrantup.com/v2/synced-folders/nfs.html)
216
+
167
217
## Credits
168
218
169
219
This Docker layout is based on https://github.com/denderello/symfony-docker-example/
0 commit comments