# See the License for the specific language governing permissions and
# limitations under the License.
-FROM parisson/timeside:latest-dev
+FROM parisson/timeside:0.9
MAINTAINER Guillaume Pellerin <yomguy@parisson.com>, Thomas fillon <thomas@parisson.com>
# pip install django-debug-toolbar==1.6
# pip install -e git+https://github.com/Parisson/django-jqchat.git@dj1.8#egg=django-jqchat
# pip install -e git+https://github.com/Parisson/saved_searches.git@dj1.8#egg=saved_searches-2.0.0-beta
-pip install -U youtube-dl librosa
+pip install -U youtube-dl librosa django-cacheops==4.2
# install plugins
/srv/app/bin/setup_plugins.sh
SILENCED_SYSTEM_CHECKS = ['fields.W342',]
FIRST_YEAR_PUBLISHED = 1857 # Year of patent filing of the 1st sound recorder by Édouard-Léon Scott de Martinville
+
image: elasticsearch:1.7
app:
- image: parisson/telemeta:1.7
+ # image: parisson/telemeta:1.7
+ build: .
volumes:
- ./app:/srv/app
- ./telemeta:/srv/lib/telemeta/telemeta
- "8000:8000"
worker:
- image: parisson/telemeta:1.7
+ # image: parisson/telemeta:1.7
+ build: .
volumes_from:
- app
- data