Обновление Docker Compose для Playwright
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Create and publish a Docker image / Publish image (push) Successful in 28s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Create and publish a Docker image / Publish image (push) Successful in 28s
				
			This commit is contained in:
		| @@ -1,4 +1,5 @@ | ||||
| **/.dockerignore | ||||
| **/.playwright | ||||
| **/.dockerignore | ||||
| **/.env | ||||
| **/.git | ||||
| **/.gitignore | ||||
|   | ||||
| @@ -10,6 +10,8 @@ services: | ||||
|             - AzureAd:ClientSecret= | ||||
|             - AzureAd:Domain=sfedu.onmicrosoft.com | ||||
|             - AzureAd:CallbackPath=/signin-oidc | ||||
|             - TOKEN= | ||||
|             - MS_USERNAME=${MS_USERNAME} | ||||
|             - MS_PASSWORD=${MS_PASSWORD} | ||||
|             # - TOKEN= | ||||
|         restart: always | ||||
|         image: git.zetcraft.ru/serega404/sfeduschedule:main | ||||
|   | ||||
							
								
								
									
										19
									
								
								docker-compose-test.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								docker-compose-test.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| 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 | ||||
|             - MS_USERNAME= | ||||
|             - MS_PASSWORD= | ||||
|             # - TOKEN= | ||||
|         restart: unless-stopped | ||||
|         build: | ||||
|             context: ./SfeduSchedule | ||||
|             dockerfile: Dockerfile | ||||
		Reference in New Issue
	
	Block a user