Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
19a27190
Commit
19a27190
authored
Dec 16, 2016
by
Thomas Löffler
Browse files
[TASK] Adds solr server 6.3-alpine
parent
70683076
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
19a27190
...
...
@@ -11,6 +11,7 @@ services:
-
./data/typo3:/var/www
-
./data/etc/nginx:/etc/nginx/conf.d
-
./data/etc/php/entrypoint.d/user/:/usr/local/entrypoint.d/user/
-
./data/etc/solr/server/solr/mycores/:/opt/solr/server/solr/mycores/
db
:
image
:
mariadb:10
...
...
@@ -54,6 +55,18 @@ services:
command
:
sh -c "tail -fn0 /var/www/html/typo3conf/*.log /var/www/html/typo3/typo3temp/logs/*"
volumes_from
:
-
php
solr
:
image
:
solr:6.3-alpine
ports
:
-
"
8983:8983"
volumes_from
:
-
data
entrypoint
:
-
docker-entrypoint.sh
-
solr-precreate
-
mycore
networks
:
proxy
:
external
:
true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment