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