mirror of
				https://github.com/casjaysdevdocker/squidguard
				synced 2025-10-30 08:02:16 -04:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			448 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			448 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|   | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
|  | # postgresql env | ||
|  | PGDATA="${DATABASE_DIR_PGSQL:-$PGDATA}" | ||
|  | DATABASE_DIR_PGSQL="${DATABASE_DIR_PGSQL:-/data/db/postgres}" | ||
|  | POSTGRES_USER="${DATABASE_USER_ROOT:-$POSTGRES_USER}" | ||
|  | POSTGRES_PASSWORD="${DATABASE_PASS_ROOT:-$POSTGRES_PASSWORD}" | ||
|  | POSTGRES_CONFIG_FILE="${POSTGRES_CONFIG_FILE:-$(__find_pgsql_conf)}" | ||
|  | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |