mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 09:00:40 +00:00
Fix corpus service creation
This commit is contained in:
@ -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 ## '''
|
||||
|
Reference in New Issue
Block a user