Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
23 lines (17 sloc) 349 Bytes
version: "2.2"
services:
# Solr instance for running tests against
solr:
image: ukwa/webarchive-discovery-solr
ports:
- 8983:8983
# WarcLight
warclight:
build: .
environment:
- "SOLR_URL=http://solr:8983/solr/discovery"
- "RAILS_ENV=development"
ports:
- "3000:3000"
depends_on:
- solr
You can’t perform that action at this time.