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