mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Cypress 4.6.0 and tweaks to scripts
This commit is contained in:
		
							
								
								
									
										17
									
								
								scripts/.common.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								scripts/.common.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| # Colors | ||||
| BLUE='\E[1;34m' | ||||
| CYAN='\E[1;36m' | ||||
| GREEN='\E[1;32m' | ||||
| RED='\E[1;31m' | ||||
| RESET='\E[0m' | ||||
| YELLOW='\E[1;33m' | ||||
|  | ||||
| export BLUE CYAN GREEN RED RESET YELLOW | ||||
|  | ||||
| # Docker Compose | ||||
| COMPOSE_PROJECT_NAME="npmdev" | ||||
| COMPOSE_FILE="docker/docker-compose.dev.yml" | ||||
|  | ||||
| export COMPOSE_FILE COMPOSE_PROJECT_NAME | ||||
		Reference in New Issue
	
	Block a user