mirror of https://github.com/abpframework/abp
				
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							13 lines
						
					
					
						
							401 B
						
					
					
				
			
		
		
	
	
							13 lines
						
					
					
						
							401 B
						
					
					
				| version: '3.4'
 | |
| 
 | |
| services:
 | |
|   volo-docs-migrator:
 | |
|     image: 'volosoft/volo-docs-migrator:${TAG:-latest}'
 | |
|     build:
 | |
|       context: ../../
 | |
|       dockerfile: modules/docs/app/VoloDocs.Migrator/Dockerfile
 | |
|     environment:
 | |
|       - ConnectionString=Server=sqlserver;Database=VoloDocs;Trusted_Connection=True;User=sa;Password=yourStrong(!)Password;Integrated Security=false
 | |
|     depends_on:
 | |
|       - sqlserver
 |