| .DS_Store | .DS_Store | ||||
| config.env | config.env | ||||
| solrdata |
| - '8080:80' | - '8080:80' | ||||
| volumes: | volumes: | ||||
| - ./nginx-conf:/etc/nginx/conf.d | - ./nginx-conf:/etc/nginx/conf.d | ||||
| volumes_from: | |||||
| - php | |||||
| - ./site:/var/www/html | |||||
| solr: | solr: | ||||
| container_name: solr | container_name: solr | ||||
| ports: | ports: | ||||
| - '8983:8983' | - '8983:8983' | ||||
| volumes: | volumes: | ||||
| - ./solrdata:/var/solr | |||||
| - solrdata:/var/solr | |||||
| volumes: | |||||
| solrdata: |