Explorar el Código

Made Docker Compose configuration more flexible.

main
Simon Bowie hace 3 años
padre
commit
cf725240d8
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  1. +0
    -2
      .gitignore
  2. +5
    -3
      docker-compose.yml

+ 0
- 2
.gitignore Ver fichero

@@ -1,4 +1,2 @@
.DS_Store
config.env

solrdata

+ 5
- 3
docker-compose.yml Ver fichero

@@ -19,8 +19,7 @@ services:
- '8080:80'
volumes:
- ./nginx-conf:/etc/nginx/conf.d
volumes_from:
- php
- ./site:/var/www/html

solr:
container_name: solr
@@ -28,4 +27,7 @@ services:
ports:
- '8983:8983'
volumes:
- ./solrdata:/var/solr
- solrdata:/var/solr

volumes:
solrdata:

Cargando…
Cancelar
Guardar