mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Fix corpus service creation
This commit is contained in:
parent
99c43cc1a6
commit
869c1ba632
@ -164,7 +164,7 @@ class CheckCorporaMixin:
|
||||
''' ## Image ## '''
|
||||
image = current_app.config['DOCKER_IMAGE_PREFIX'] + 'cqpserver:latest'
|
||||
''' ## Name ## '''
|
||||
name = 'cqpserver_{}'.format(corpus.id),
|
||||
name = 'cqpserver_{}'.format(corpus.id)
|
||||
''' ## Network ## '''
|
||||
network = 'nopaque_default'
|
||||
''' ## Volumes ## '''
|
||||
|
Loading…
Reference in New Issue
Block a user