mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-01 18:30:34 +00:00
Process corpus files in task, not in database model
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user