Process corpus files in task, not in database model

This commit is contained in:
Patrick Jentsch
2020-04-23 07:56:23 +02:00
parent e882af8888
commit edc0b34032
4 changed files with 63 additions and 49 deletions

View File

@ -5,6 +5,9 @@ networks:
external:
name: reverse-proxy
volumes:
redis-trash1:
services:
web:
depends_on:
@ -52,3 +55,5 @@ services:
- "/srv/nopaque/db:/var/lib/postgresql/data"
redis:
image: redis:5
volumes:
- "redis-trash1:/data"