Включил OpenAPI
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Create and publish a Docker image / Publish image (push) Successful in 2m17s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Create and publish a Docker image / Publish image (push) Successful in 2m17s
				
			This commit is contained in:
		
							
								
								
									
										15
									
								
								docker-compose-prod.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								docker-compose-prod.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| services: | ||||
|     app: | ||||
|         ports: | ||||
|             - '8088:8080' | ||||
|         container_name: SfeduSchedule | ||||
|         environment: | ||||
|             - AzureAd:Instance=https://login.microsoftonline.com/ | ||||
|             - AzureAd:TenantId=sfedu.ru | ||||
|             - AzureAd:ClientId= | ||||
|             - AzureAd:ClientSecret= | ||||
|             - AzureAd:Domain=sfedu.onmicrosoft.com | ||||
|             - AzureAd:CallbackPath=/signin-oidc | ||||
|             - TOKEN= | ||||
|         restart: always | ||||
|         image: git.zetcraft.ru/serega404/sfeduschedule:main | ||||
		Reference in New Issue
	
	Block a user